netfilter: xtables: add struct xt_mtdtor_param::net
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 18 Jan 2010 07:25:47 +0000 (08:25 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 18 Jan 2010 07:25:47 +0000 (08:25 +0100)
commitf54e9367f8499a9bf6b2afbc0dce63e1d53c525a
treea2e852b0fc05c0e1397136bca29c359163bc2445
parenta83d8e8d099fc373a5ca7112ad08c553bb2c180f
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 <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
19 files changed:
include/linux/netfilter/x_tables.h
include/linux/netfilter_bridge/ebtables.h
include/linux/netfilter_ipv4/ip_tables.h
include/linux/netfilter_ipv6/ip6_tables.h
net/bridge/netfilter/ebtable_broute.c
net/bridge/netfilter/ebtable_filter.c
net/bridge/netfilter/ebtable_nat.c
net/bridge/netfilter/ebtables.c
net/ipv4/netfilter/ip_tables.c
net/ipv4/netfilter/iptable_filter.c
net/ipv4/netfilter/iptable_mangle.c
net/ipv4/netfilter/iptable_raw.c
net/ipv4/netfilter/iptable_security.c
net/ipv4/netfilter/nf_nat_rule.c
net/ipv6/netfilter/ip6_tables.c
net/ipv6/netfilter/ip6table_filter.c
net/ipv6/netfilter/ip6table_mangle.c
net/ipv6/netfilter/ip6table_raw.c
net/ipv6/netfilter/ip6table_security.c