Re: [libvirt] [patch 1/3] Clean all tables before applying basic rules

2010-04-30 Thread Daniel Veillard
On Thu, Apr 29, 2010 at 09:34:46PM -0400, Stefan Berger wrote: The functions invoked by the IP address learning thread that apply some basic filtering rules did not clean up any previous filtering rules that may still be there (due to a libvirt restart for example). With the patch below all

Re: [libvirt] [patch 1/3] Clean all tables before applying basic rules

2010-04-30 Thread Stefan Berger
Daniel Veillard veill...@redhat.com wrote on 04/30/2010 07:59:39 AM: Okay, I had to double check that ebiptablesExecCLI() reall freed the passed buffer content in all case, looks fine, ACK, Pushed. Stefan Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit

[libvirt] [patch 1/3] Clean all tables before applying basic rules

2010-04-29 Thread Stefan Berger
The functions invoked by the IP address learning thread that apply some basic filtering rules did not clean up any previous filtering rules that may still be there (due to a libvirt restart for example). With the patch below all the rules are cleaned up first. Also, I am introducing a function to