moby/integration/network/macvlan
Rob Murray 57dd56726a 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-10 17:11:20 +01:00
..
macvlan_test.go Disable IPv6 for endpoints in '--ipv6=false' networks. 2024-04-10 17:11:20 +01:00
main_test.go Don't run tests twice 2023-09-19 11:37:55 +02:00
main_windows_test.go Integration: MACVlan add missing import comment and build-tag 2019-07-13 13:35:21 +02:00