From 7550a05bb02699fe337c3a637489275ca1ffb9df Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 3 Mar 2014 11:59:06 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt/dnsmasq_exclude_virbr.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-extended/libvirt/libvirt/dnsmasq_exclude_virbr.conf 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 -- cgit v1.2.3-54-g00ecf