Files
Paul Holzinger ce07860a1c machine: fix default connection URL to use 127.0.0.1
gvproxy listens on 127.0.0.1, using localhost as hostname can result in
the client trying to connect to the ipv6 localhost (`::1`). This will
fail as shown in the issue. This switches the hostname in the system
connection to 127.0.0.1 to fix this problem.
I switched the qemu, hyperV and WSL backend. I haven't touched the
applehv code because it uses two different ips and I am not sure what is
the correct thing there. I leave this to Brent to figure out.

[NO NEW TESTS NEEDED]

[1] https://github.com/containers/gvisor-tap-vsock/blob/main/cmd/gvproxy/main.go#L197-L199

Fixes #16470

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-05-16 10:55:31 +02:00
..
2023-02-15 14:48:12 -05:00
2023-05-02 13:09:56 -05:00
2023-02-22 09:00:24 -06:00
2023-05-02 13:09:56 -05:00
2023-01-23 10:48:32 -06:00
2023-01-23 10:48:32 -06:00
2022-09-20 15:34:27 -04:00
2023-03-17 16:02:28 -05:00
2023-04-17 12:34:37 -05:00