summaryrefslogtreecommitdiff
path: root/neutron/agent/linux/dhcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutron/agent/linux/dhcp.py')
-rw-r--r--neutron/agent/linux/dhcp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/neutron/agent/linux/dhcp.py b/neutron/agent/linux/dhcp.py
index 6ea4ba3b26..ec2888c71c 100644
--- a/neutron/agent/linux/dhcp.py
+++ b/neutron/agent/linux/dhcp.py
@@ -1490,6 +1490,8 @@ class DeviceManager(object):
# and added back statically in the call to init_l3() below.
if network.namespace:
ip_lib.IPWrapper().ensure_namespace(network.namespace)
+ ip_lib.set_ip_nonlocal_bind_for_namespace(network.namespace, 1,
+ root_namespace=True)
self.driver.configure_ipv6_ra(network.namespace, 'default',
n_const.ACCEPT_RA_DISABLED)