Re: [libvirt] [PATCH 2/2] v3: add dnsmasq interface= parameter so bind-interfaces works

2012-10-26 Thread Laine Stump
On 10/23/2012 11:07 AM, Gene Czarcinski wrote: > The problem is that, without interface=, bind-interfaces does not > work. Bind-interfaces uses SO_BINDTODEVICE. Unless this in > in effect, there is no guarantee that the kernel will route > DHCP (v4 or v6) packets to the correct instance of dnsmas

[libvirt] [PATCH 2/2] v3: add dnsmasq interface= parameter so bind-interfaces works

2012-10-23 Thread Gene Czarcinski
The problem is that, without interface=, bind-interfaces does not work. Bind-interfaces uses SO_BINDTODEVICE. Unless this in in effect, 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. **NOTE** This patch a