Subject: | t/io_multihomed6.t .... skipped: localhost does not resolve to both 127.0.0.1 and ::1 - but it does! |
$ make test
...
t/io_multihomed6.t .... skipped: localhost does not resolve to both
127.0.0.1 and ::1
...
$ host localhost
localhost has address 127.0.0.1
localhost has IPv6 address ::1
$ ping localhost
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64
time=0.169 ms
$ ping6 -n localhost
PING localhost(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=255 time=0.086 ms