Re: [libvirt] [PATCH 1/2] add ebtables wrapper

2009-11-09 Thread Daniel Veillard
On Wed, Nov 04, 2009 at 05:12:30PM +0100, Gerhard Stenzel wrote: On Tue, 2009-11-03 at 23:17 +0100, Daniel Veillard wrote: On Tue, Oct 27, 2009 at 12:36:09PM +0100, Gerhard Stenzel wrote: This patch adds the files which implement the ebtables wrapper. Signed-off-by: Gerhard Stenzel

Re: [libvirt] [PATCH 1/2] add ebtables wrapper

2009-11-04 Thread Gerhard Stenzel
On Tue, 2009-11-03 at 23:17 +0100, Daniel Veillard wrote: On Tue, Oct 27, 2009 at 12:36:09PM +0100, Gerhard Stenzel wrote: This patch adds the files which implement the ebtables wrapper. Signed-off-by: Gerhard Stenzel gerhard.sten...@de.ibm.com ... +/** + * ebtablesSaveRules: + *

Re: [libvirt] [PATCH 1/2] add ebtables wrapper

2009-11-03 Thread Daniel Veillard
On Tue, Oct 27, 2009 at 12:36:09PM +0100, Gerhard Stenzel wrote: This patch adds the files which implement the ebtables wrapper. Signed-off-by: Gerhard Stenzel gerhard.sten...@de.ibm.com +++ b/src/libvirt_private.syms @@ -234,6 +234,13 @@ iptablesRemoveUdpInput; iptablesSaveRules;

Re: [libvirt] [PATCH 1/2] add ebtables wrapper

2009-11-03 Thread Daniel P. Berrange
On Tue, Oct 27, 2009 at 12:36:09PM +0100, Gerhard Stenzel wrote: This patch adds the files which implement the ebtables wrapper. Signed-off-by: Gerhard Stenzel gerhard.sten...@de.ibm.com --- configure.in |3 src/Makefile.am |1 src/libvirt_private.syms |

[libvirt] [PATCH 1/2] add ebtables wrapper

2009-10-27 Thread Gerhard Stenzel
This patch adds the files which implement the ebtables wrapper. Signed-off-by: Gerhard Stenzel gerhard.sten...@de.ibm.com --- configure.in |3 src/Makefile.am |1 src/libvirt_private.syms |7 + src/util/ebtables.c | 441