The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2187

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Enable IPV6 name resolution inside containers.
From 5c820217e6b25dd32c7f1c2a4b7d7ffc3f256848 Mon Sep 17 00:00:00 2001
From: Travis McLane <tmcl...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to