[libvirt] [PATCH V6 07/11] Enable chains with names having a known prefix

2011-11-18 Thread Stefan Berger
This patch enables chains that have a known prefix in their name. Known prefixes are: 'ipv4', 'ipv6', 'arp', 'rarp'. All prefixes are also protocols that can be evaluated on the ebtables level. Following the prefix they will be automatically connected to an interface's 'root' chain and jumped

Re: [libvirt] [PATCH V6 07/11] Enable chains with names having a known prefix

2011-11-18 Thread Eric Blake
On 11/18/2011 06:32 AM, Stefan Berger wrote: This patch enables chains that have a known prefix in their name. Known prefixes are: 'ipv4', 'ipv6', 'arp', 'rarp'. All prefixes are also protocols that can be evaluated on the ebtables level. + +if (chainname[strspn(chainname,

Re: [libvirt] [PATCH V6 07/11] Enable chains with names having a known prefix

2011-11-18 Thread Stefan Berger
On 11/18/2011 11:01 AM, Eric Blake wrote: On 11/18/2011 06:32 AM, Stefan Berger wrote: This patch enables chains that have a known prefix in their name. Known prefixes are: 'ipv4', 'ipv6', 'arp', 'rarp'. All prefixes are also protocols that can be evaluated on the ebtables level. + +if