Re: [libvirt] [PATCH v1 2/2] Add ip6tables support for IPv6 filtering

2010-04-12 Thread Stefan Berger
Daniel Veillard veill...@redhat.com wrote on 03/30/2010 10:02:09 AM: Index: libvirt-acl/configure.ac === --- libvirt-acl.orig/configure.ac +++ libvirt-acl/configure.ac @@ -300,6 +300,9 @@ AC_DEFINE_UNQUOTED([BASH_PATH],

Re: [libvirt] [PATCH v1 2/2] Add ip6tables support for IPv6 filtering

2010-04-12 Thread Daniel Veillard
On Mon, Apr 12, 2010 at 11:41:31AM -0400, Stefan Berger wrote: Daniel Veillard veill...@redhat.com wrote on 03/30/2010 10:02:09 AM: Index: libvirt-acl/configure.ac === --- libvirt-acl.orig/configure.ac +++

Re: [libvirt] [PATCH v1 2/2] Add ip6tables support for IPv6 filtering

2010-03-30 Thread Daniel Veillard
On Fri, Mar 26, 2010 at 04:41:19PM -0400, Stefan Berger wrote: This patch adds IPv6 filtering support for the following protocols: - tcp-ipv6 - udp-ipv6 - udplite-ipv6 - esp-ipv6 - ah-ipv6 - sctp-ipv6 - all-ipv6 - icmpv6 Many of the IPv4 data structure could be re-used for IPv6

Re: [libvirt] [PATCH v1 2/2] Add ip6tables support for IPv6 filtering

2010-03-30 Thread Stefan Berger
Daniel Veillard veill...@redhat.com wrote on 03/30/2010 10:02:09 AM: Please respond to veillard On Fri, Mar 26, 2010 at 04:41:19PM -0400, Stefan Berger wrote: This patch adds IPv6 filtering support for the following protocols: - tcp-ipv6 - udp-ipv6 - udplite-ipv6 - esp-ipv6 -