From: Alexey Dobriyan Date: Mon, 18 Jan 2010 07:21:13 +0000 (+0100) Subject: netfilter: xtables: add struct xt_mtchk_param::net X-Git-Tag: v2.6.34-rc1~233^2~303^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83d8e8d099fc373a5ca7112ad08c553bb2c180f;p=pandora-kernel.git netfilter: xtables: add struct xt_mtchk_param::net Some complex match modules (like xt_hashlimit/xt_recent) want netns information at constructor and destructor time. We propably can play games at match destruction time, because netns can be passed in object, but I think it's cleaner to explicitly pass netns. Add ->net, make sure it's set from ebtables/iptables/ip6tables code. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed