moby/libnetwork/osl
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
..
kernel migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
interface_linux.go Disable IPv6 for endpoints in '--ipv6=false' networks. 2024-04-10 17:11:20 +01:00
interface_unsupported.go libnetwork/osl: remove Interface Interface 2023-08-23 20:13:15 +02:00
namespace_linux.go Restore the SetKey prestart hook. 2024-03-25 19:35:55 +00:00
namespace_unsupported.go libnetwork/osl: remove Sandbox and Info interfaces 2023-08-23 23:29:09 +02:00
namespace_windows.go libnetwork/osl: remove Sandbox and Info interfaces 2023-08-23 23:29:09 +02:00
neigh_linux.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
neigh_unsupported.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
options_linux.go libnetwork/osl: make constructing Interfaces more atomic 2023-09-20 12:45:40 +02:00
route_linux.go libnetwork/osl: Namespace: inline setGateway and setGatewayIPv6 2023-09-20 12:38:26 +02:00
sandbox.go libnetwork/osl: remove Sandbox and Info interfaces 2023-08-23 23:29:09 +02:00
sandbox_freebsd.go libnetwork/osl: remove Sandbox and Info interfaces 2023-08-23 23:29:09 +02:00
sandbox_linux_test.go libnetwork: fix some unclosed file-handles in tests 2024-01-22 21:43:29 +01:00
sandbox_unsupported.go libnetwork/osl: remove Sandbox and Info interfaces 2023-08-23 23:29:09 +02:00