From: Alexey Dobriyan Date: Thu, 31 Jan 2008 12:03:23 +0000 (-0800) Subject: [NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW X-Git-Tag: v2.6.25-rc1~1089^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9335f047fe61587ec82ff12fbb1220bcfdd32006;p=pandora-kernel.git [NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW Now, iptables show and configure different set of rules in different netnss'. Filtering decisions are still made by consulting only init_net's set. Changes are identical except naming so no splitting. P.S.: one need to remove init_net checks in nf_sockopt.c and inet_create() to see the effect. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed