Re: [libvirt] [PATCH] add --interface to dnsmasq command line so bind-interfaces works

2012-10-19 Thread Laine Stump
On 10/19/2012 01:04 AM, Gene Czarcinski wrote: > The problem is that, without SO_BINDTODEVICE, there is no guarantee > that the kernel will route DHCP (v4 or v6) packets to the correct > instance of dnsmasq, when there is more than one. Thanks for taking the time to investigate this (and the ot

[libvirt] [PATCH] add --interface to dnsmasq command line so bind-interfaces works

2012-10-18 Thread Gene Czarcinski
The problem is that, without SO_BINDTODEVICE, there is no guarantee that the kernel will route DHCP (v4 or v6) packets to the correct instance of dnsmasq, when there is more than one. --- src/network/bridge_driver.c | 20 ++-- tests/networkxml2argvdata/i