From: Alexey Dobriyan Date: Thu, 31 Jan 2008 12:02:13 +0000 (-0800) Subject: [NETFILTER]: x_tables: per-netns xt_tables X-Git-Tag: v2.6.25-rc1~1089^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d870052079d255917ec4f8431f5ec102707b7af;p=pandora-kernel.git [NETFILTER]: x_tables: per-netns xt_tables In fact all we want is per-netns set of rules, however doing that will unnecessary complicate routines such as ipt_hook()/ipt_do_table, so make full xt_table array per-netns. Every user stubbed with init_net for a while. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed