diff options
author | Arturo Borrero <arturo.borrero.glez@gmail.com> | 2014-10-17 14:37:52 +0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-10-28 00:48:10 +0300 |
commit | 9de920eddb74bf67f1d6af603acc5ed05dcd35e9 (patch) | |
tree | 096dea317cc6ee9d5de3b29b081e8a4968c51de0 /net/netfilter/Kconfig | |
parent | 8b13eddfdf04cbfa561725cfc42d6868fe896f56 (diff) | |
download | linux-9de920eddb74bf67f1d6af603acc5ed05dcd35e9.tar.xz |
netfilter: refactor NAT redirect IPv6 code to use it from nf_tables
This patch refactors the IPv6 code so it can be usable both from xt and
nf_tables.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r-- | net/netfilter/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index a0716a3f08b0..49deb4edbac6 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -836,6 +836,7 @@ config NETFILTER_XT_TARGET_REDIRECT tristate "REDIRECT target support" depends on NF_NAT select NF_NAT_REDIRECT_IPV4 + select NF_NAT_REDIRECT_IPV6 if IP6_NF_IPTABLES ---help--- REDIRECT is a special case of NAT: all incoming connections are mapped onto the incoming interface's address, causing the packets to |