summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:59:06 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:59:06 -0500
commit7550a05bb02699fe337c3a637489275ca1ffb9df (patch)
tree97ccd25bd39c249f4b1317a476bbf828f83bc63f /recipes-extended
parent8484b64fa334bfb063b059883f6fe15a53052c8c (diff)
downloadmeta-virtualization-7550a05bb02699fe337c3a637489275ca1ffb9df.tar.gz
libvirt: dnsmaqs not to bind to virbr interface
By default dnsmaqs binds to all interfaces, and this causes 2 small issues: * At boot time, dnsmaqs daemon will start first and binds to virbr interface, then libvirtd spawns a second dnsmaqs binds to virbr (in dynamic mode) which binds to virbr:53 proto UDP (but not TCP) * If some how, libvirtd daemon starts first then dnsmaqs daemon will fail to start as libvirtd daemon already binds to virbr:53. This patch tells dnsmasq daemon to leave virbr alone and let libvirt uses it. Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libvirt/libvirt/dnsmasq_exclude_virbr.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt/dnsmasq_exclude_virbr.conf b/recipes-extended/libvirt/libvirt/dnsmasq_exclude_virbr.conf
new file mode 100644
index 00000000..16bf1986
--- /dev/null
+++ b/recipes-extended/libvirt/libvirt/dnsmasq_exclude_virbr.conf
@@ -0,0 +1 @@
except-interface=virbr0