]> Pileus Git - ~andy/linux/commit
netfilter: combine ipt_NETMAP and ip6t_NETMAP
authorJan Engelhardt <jengelh@inai.de>
Fri, 21 Sep 2012 09:37:59 +0000 (11:37 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 21 Sep 2012 10:11:08 +0000 (12:11 +0200)
commitb3d54b3e406b5d6ac391590bf7524e887e8e13c3
tree3695787e235b3289593bb001f6f733cdd40a3a02
parent136251d02ff283e99f023b0abdeb52b4b3423a56
netfilter: combine ipt_NETMAP and ip6t_NETMAP

Combine more modules since the actual code is so small anyway that the
kmod metadata and the module in its loaded state totally outweighs the
combined actual code size.

IP_NF_TARGET_NETMAP becomes a compat option; IP6_NF_TARGET_NETMAP
is completely eliminated since it has not see a release yet.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/ipt_NETMAP.c [deleted file]
net/ipv6/netfilter/Kconfig
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/ip6t_NETMAP.c [deleted file]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_NETMAP.c [new file with mode: 0644]