Re: [libvirt] [patch 3/3] Prevent updates while IP address learn thread is running

2010-04-30 Thread Stefan Berger
Daniel Veillard wrote on 04/30/2010 08:01:50 AM: > > > > Looks fine, > > ACK, Pushed. Thanks. Stefan > > Daniel > > -- > Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ > dan...@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ > http://veillar

Re: [libvirt] [patch 3/3] Prevent updates while IP address learn thread is running

2010-04-30 Thread Daniel Veillard
On Thu, Apr 29, 2010 at 09:34:48PM -0400, Stefan Berger wrote: > Prevent updating and tearing down of filter while the IP > address learning thread is running and has its own filtering > rules applied. > > Signed-off-by: Stefan Berger > > Index: libvirt-acl/src/nwfilter/nwfilter_gentech_driver.c

[libvirt] [patch 3/3] Prevent updates while IP address learn thread is running

2010-04-29 Thread Stefan Berger
Prevent updating and tearing down of filter while the IP address learning thread is running and has its own filtering rules applied. Signed-off-by: Stefan Berger Index: libvirt-acl/src/nwfilter/nwfilter_gentech_driver.c === --- libv