From: Alexey Dobriyan Date: Mon, 18 Jan 2010 07:25:47 +0000 (+0100) Subject: netfilter: xtables: add struct xt_mtdtor_param::net X-Git-Tag: v2.6.34-rc1~233^2~303^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f54e9367f8499a9bf6b2afbc0dce63e1d53c525a;p=pandora-kernel.git netfilter: xtables: add struct xt_mtdtor_param::net Add ->net to match destructor list like ->net in constructor list. Make sure it's set in ebtables/iptables/ip6tables, this requires to propagate netns up to *_unregister_table(). Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed