Re: [Qemu-devel] [PATCH 4/4] qemu-sockets: do not require configured ipv4/ipv6 address

2019-06-05 Thread Daniel P . Berrangé
On Fri, May 24, 2019 at 01:40:11AM +0200, Marc-André Lureau wrote: > podman containers without network don't have ipv4/ipv6 addresses other > than loopback address. However, some of our tests require > getaddrinfo("127.0.0.1") to succeed. > > Alternatively, we may want to treat 127.0.0.1 as a spec

[Qemu-devel] [PATCH 4/4] qemu-sockets: do not require configured ipv4/ipv6 address

2019-05-23 Thread Marc-André Lureau
podman containers without network don't have ipv4/ipv6 addresses other than loopback address. However, some of our tests require getaddrinfo("127.0.0.1") to succeed. Alternatively, we may want to treat 127.0.0.1 as a special case, to keep the AI_ADDRCONFIG convenience. Signed-off-by: Marc-André L