From 1085177feeecbca096408d1e67bc1872f08b92d4 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 29 Aug 2023 08:20:31 -0500 Subject: [PATCH] hyperv ignition: use gvforwarder instead of vm in gvisor-vsock-tap upstream, there is a binary called 'vm' which is used for routing traffic from a tap over something like vsock. In Fedora, the binary is named 'gvforwarder'. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude --- pkg/machine/hyperv/machine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/machine/hyperv/machine.go b/pkg/machine/hyperv/machine.go index 48bb0bf4e2..668cad27c1 100644 --- a/pkg/machine/hyperv/machine.go +++ b/pkg/machine/hyperv/machine.go @@ -131,7 +131,7 @@ Description=vsock_network After=NetworkManager.service [Service] -ExecStart=/usr/libexec/podman/vm -preexisting -iface vsock0 -url vsock://2:%d/connect +ExecStart=/usr/libexec/podman/gvforwader -preexisting -iface vsock0 -url vsock://2:%d/connect ExecStartPost=/usr/bin/nmcli c up vsock0 [Install]