Hi all, the tests for ParallelResourcesAndIpSource are failing on my local setup. I can make it to work, when I filter out IPv6 addresses.
Any idea, why IPv6 addresses are problematic on my setup? $ nslookup localhost Server: 127.0.0.53 Address: 127.0.0.53#53 Non-authoritative answer: Name: localhost Address: 127.0.0.1 Name: localhost Address: ::1 $ ip addr sh lo 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever I have quite a lot of network interfaces on my system (currently 14) and a few iptables as I have a local docker installation. Regards Felix
