Re: [libvirt] [PATCH 07/10] network: Bridge - don't offer dnsmasq DHCP services when DHCP relay is enabled

2013-02-28 Thread Laine Stump
On 02/27/2013 09:57 PM, TJ wrote: > From: TJ > > When dnsmasq's DNS services are required but the network is configured > to use a DHCP relay agent (other than dnsmasq's proxy services) the > configuration generated for dnsmasq should not enable DHCP services. > > Signed-off-by: TJ > --- > src/n

[libvirt] [PATCH 07/10] network: Bridge - don't offer dnsmasq DHCP services when DHCP relay is enabled

2013-02-27 Thread TJ
From: TJ When dnsmasq's DNS services are required but the network is configured to use a DHCP relay agent (other than dnsmasq's proxy services) the configuration generated for dnsmasq should not enable DHCP services. Signed-off-by: TJ --- src/network/bridge_driver.c | 9 + 1 file chang