Re: [libvirt] [RFC PATCH] network: add an option to disable dnsmasq's bind-dynamic

2015-05-07 Thread Laine Stump
On 05/07/2015 05:58 AM, Michal Privoznik wrote: > On 06.05.2015 15:29, Cédric Bosdonnat wrote: >> When building vlans on top of veth networks, dnsmasq doesn't catch >> DNS requests on the vlans interfaces. Allowing to disable the >> bind-dynamic helps this use case. >> --- >> >> /* using -

Re: [libvirt] [RFC PATCH] network: add an option to disable dnsmasq's bind-dynamic

2015-05-07 Thread Michal Privoznik
On 06.05.2015 15:29, Cédric Bosdonnat wrote: > When building vlans on top of veth networks, dnsmasq doesn't catch > DNS requests on the vlans interfaces. Allowing to disable the > bind-dynamic helps this use case. > --- > > src/conf/network_conf.c | 12 > src/conf/network_conf.h

[libvirt] [RFC PATCH] network: add an option to disable dnsmasq's bind-dynamic

2015-05-06 Thread Cédric Bosdonnat
When building vlans on top of veth networks, dnsmasq doesn't catch DNS requests on the vlans interfaces. Allowing to disable the bind-dynamic helps this use case. --- src/conf/network_conf.c | 12 src/conf/network_conf.h | 1 + src/network/bridge_driver.c | 3 ++- 3 files c