[lxc-devel] [lxd/master] enable IPV6 name resolution

tmclane on Github lxc-bot at linuxcontainers.org
Thu Jul 7 16:57:43 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 347 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160707/07fe8fa0/attachment.bin>
-------------- next part --------------
From 5c820217e6b25dd32c7f1c2a4b7d7ffc3f256848 Mon Sep 17 00:00:00 2001
From: Travis McLane <tmclane at gmail.com>
Date: Thu, 7 Jul 2016 11:54:41 -0500
Subject: [PATCH] enable IPV6 name resolution

---
 lxd-bridge/lxd-bridge | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd-bridge/lxd-bridge b/lxd-bridge/lxd-bridge
index 2778509..a88b4e4 100755
--- a/lxd-bridge/lxd-bridge
+++ b/lxd-bridge/lxd-bridge
@@ -133,7 +133,7 @@ start() {
         if [ "${LXD_IPV6_NAT}" = "true" ]; then
             ip6tables "${use_iptables_lock}" -t nat -A POSTROUTING -s "${LXD_IPV6_NETWORK}" ! -d "${LXD_IPV6_NETWORK}" -j MASQUERADE
         fi
-        LXD_IPV6_ARG="--dhcp-range=${LXD_IPV6_ADDR},ra-only --listen-address ${LXD_IPV6_ADDR}"
+        LXD_IPV6_ARG="--dhcp-range=${LXD_IPV6_ADDR},ra-names --listen-address ${LXD_IPV6_ADDR}"
     fi
 
     iptables "${use_iptables_lock}" -I INPUT -i "${LXD_BRIDGE}" -p udp --dport 67 -j ACCEPT


More information about the lxc-devel mailing list