summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-09-19 19:47:00 +0000
committerTarmac <>2011-09-19 19:47:00 +0000
commiteea1afce94dd1f1303a5bda4c157894a45ee88cf (patch)
tree9e9e05f75b2d194cc4b1b6e9220d582f70bfd15d
parent0561c0e01822d81fc90fed00f41b8d469c6c7808 (diff)
parent629ed282f528fd3096ec26d0afe7bd7f51c16127 (diff)
Fix the issue with the new dnsmasq where it tries and fails to bind to ipv6 addresses.
-rwxr-xr-xnova/network/linux_net.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index e693e5939..c058e93f3 100755
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -594,7 +594,6 @@ def update_dhcp(context, dev, network_ref):
'dnsmasq',
'--strict-order',
'--bind-interfaces',
- '--interface=%s' % dev,
'--conf-file=%s' % FLAGS.dnsmasq_config_file,
'--domain=%s' % FLAGS.dhcp_domain,
'--pid-file=%s' % _dhcp_file(dev, 'pid'),