Re: [PATCH 1/5] netns netfilter: per-netns ip6tables

2008-01-25 Thread Alexey Dobriyan
On Thu, Jan 24, 2008 at 06:33:37PM +0100, Patrick McHardy wrote: > Alexey Dobriyan wrote: > >* Propagate netns from userspace down to xt_find_table_lock() > >* Register ip6 tables in netns (modules still use init_net) > > > >Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > >--- > > > > include/

Re: [PATCH 1/5] netns netfilter: per-netns ip6tables

2008-01-24 Thread Patrick McHardy
Alexey Dobriyan wrote: * Propagate netns from userspace down to xt_find_table_lock() * Register ip6 tables in netns (modules still use init_net) Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- include/linux/netfilter_ipv6/ip6_tables.h |3 + net/ipv6/netfilter/ip6_tables.c

[PATCH 1/5] netns netfilter: per-netns ip6tables

2008-01-24 Thread Alexey Dobriyan
* Propagate netns from userspace down to xt_find_table_lock() * Register ip6 tables in netns (modules still use init_net) Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- include/linux/netfilter_ipv6/ip6_tables.h |3 + net/ipv6/netfilter/ip6_tables.c | 50 +++---