]> git.ipfire.org Git - thirdparty/lxc.git/commit
Disable IPv6 link-local addresses for bridged veth 4169/head
authorCole Miller <m@cole-miller.net>
Fri, 15 Jul 2022 17:52:52 +0000 (13:52 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Mon, 11 Dec 2023 02:37:22 +0000 (21:37 -0500)
commitd65fe1b27d46faccff7b97760e6b34442aad32df
treede5f509a01e5615cc604c88569bc744d237da942
parentd169725c2d8220ca4e8411a6b8459e0b600ce7b7
Disable IPv6 link-local addresses for bridged veth

When creating a bridged veth tunnel, disable assignment of IPv6
link-local addresses on the host's end by writing 1 to
/proc/sys/net/ipv6/conf/NAME/disable_ipv6, if it exists.

Signed-off-by: Cole Miller <m@cole-miller.net>
src/lxc/network.c