mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +00:00
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> |
||
|---|---|---|
| .. | ||
| applehv | ||
| e2e | ||
| hyperv | ||
| os | ||
| qemu | ||
| wsl | ||
| config.go | ||
| config_test.go | ||
| connection.go | ||
| errors.go | ||
| fcos.go | ||
| fcos_test.go | ||
| fedora_unix.go | ||
| fedora_windows.go | ||
| ignition.go | ||
| ignition_darwin.go | ||
| ignition_freebsd.go | ||
| ignition_linux.go | ||
| ignition_schema.go | ||
| ignition_windows.go | ||
| keys.go | ||
| machine_unsupported.go | ||
| machine_windows.go | ||
| pull.go | ||
| ssh.go | ||
| update.go | ||