Re: [libvirt] [PATCH v4 13/15] Add IPv6 support for the ebtables layer

2010-03-26 Thread Daniel Veillard
On Thu, Mar 25, 2010 at 01:46:11PM -0400, Stefan Berger wrote: This patch adds IPv6 support for the ebtables layer. Since the parser etc. are all parameterized, it was fairly easy to add this... Signed-off-by: Stefan Berger stef...@us.ibm.com [...] +static bool

Re: [libvirt] [PATCH v4 13/15] Add IPv6 support for the ebtables layer

2010-03-26 Thread Stefan Berger
Daniel Veillard veill...@redhat.com wrote on 03/26/2010 01:10:14 PM: it seems that code was really coded without looking at util/network.h first. I don't think it's a blocker but I would like to see this reunified, unless network.h routines really prove unusable (but maybe we should

[libvirt] [PATCH v4 13/15] Add IPv6 support for the ebtables layer

2010-03-25 Thread Stefan Berger
This patch adds IPv6 support for the ebtables layer. Since the parser etc. are all parameterized, it was fairly easy to add this... Signed-off-by: Stefan Berger stef...@us.ibm.com --- src/conf/nwfilter_conf.c | 230 +- src/conf/nwfilter_conf.h