[lxc-devel] [lxc-ci/master] images/centos: Explicitly enable IPv6

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Dec 16 18:54:25 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201216/44bd9b55/attachment.bin>
-------------- next part --------------
From 71a96141ed0858f75bea3d9f64ee003e86eac728 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 16 Dec 2020 19:45:30 +0100
Subject: [PATCH] images/centos: Explicitly enable IPv6

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/centos.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/centos.yaml b/images/centos.yaml
index 0c85a12..db08e09 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -307,6 +307,7 @@ files:
     TYPE=Ethernet
     MTU=
     DHCP_HOSTNAME={{ container.name }}
+    IPV6INIT=yes
   releases:
   - 8
   - 8-Stream


More information about the lxc-devel mailing list