[NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAW
authorAlexey Dobriyan <adobriyan@sw.ru>
Thu, 31 Jan 2008 12:04:13 +0000 (04:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:39 +0000 (19:27 -0800)
Now it's possible to list and manipulate per-netns ip6tables rules.
Filtering decisions are based on init_net's table so far.

P.S.: remove init_net check in inet6_create() to see the effect

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found