mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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>