]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-net: Enable IPv6 by default 4397/head
authorLumière Élevé <88174309+PoneyClairDeLune@users.noreply.github.com>
Thu, 8 Feb 2024 17:16:32 +0000 (17:16 +0000)
committerStéphane Graber <stgraber@stgraber.org>
Fri, 23 Feb 2024 21:53:17 +0000 (16:53 -0500)
Signed-off-by: Lumière Élevé <88174309+PoneyClairDeLune@users.noreply.github.com>
config/init/common/lxc-net.in

index e9ab88890a3f107dbfd7e11334d8c1d21d089931..0c3bc28e55bf3650ba414076de9ae83a95b025a1 100755 (executable)
@@ -20,10 +20,11 @@ LXC_DHCP_PING="true"
 LXC_DOMAIN=""
 LXC_USE_NFT="true"
 
-LXC_IPV6_ADDR=""
-LXC_IPV6_MASK=""
-LXC_IPV6_NETWORK=""
-LXC_IPV6_NAT="false"
+# IPv6 connectivity
+LXC_IPV6_ADDR="fc11:4514:1919:810::1"
+LXC_IPV6_MASK="64"
+LXC_IPV6_NETWORK="fc11:4514:1919:810::/64"
+LXC_IPV6_NAT="true"
 
 [ ! -f $distrosysconfdir/lxc ] || . $distrosysconfdir/lxc