moby/integration/networking
Rob Murray 841c4c8057 Disable IPv6 for endpoints in '--ipv6=false' networks.
No IPAM IPv6 address is given to an interface in a network with
'--ipv6=false', but the kernel would assign a link-local address and,
in a macvlan/ipvlan network, the interface may get a SLAAC-assigned
address.

So, disable IPv6 on the interface to avoid that.

Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-04-16 14:58:04 +01:00
..
bridge_test.go Disable IPv6 for endpoints in '--ipv6=false' networks. 2024-04-16 14:58:04 +01:00
etchosts_test.go Detect IPv6 support in containers. 2024-01-19 20:24:07 +00:00
mac_addr_test.go Don't create endpoint config for MAC addr config migration 2024-02-29 17:02:19 +00:00
main_test.go integration: Add a new networking integration test suite 2023-11-03 09:58:50 +01:00
resolvconf_test.go Move dummy DNS server to integration/internal/network 2024-04-10 11:48:58 +01:00