summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2012-08-26 19:14:18 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-30 03:00:19 +0200
commited72d9e294a66fce8f4b4a2f6c8c011b22f1a87c (patch)
treee7a8ad02c42ab3ed375c063851b5746cc6b779ff /net/ipv6/netfilter/Kconfig
parent115e23ac78f87b632b5406e9d504fd56d17ffef1 (diff)
downloadlinux-ed72d9e294a66fce8f4b4a2f6c8c011b22f1a87c.tar.gz
linux-ed72d9e294a66fce8f4b4a2f6c8c011b22f1a87c.tar.xz
netfilter: ip6tables: add NETMAP target
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv6/netfilter/Kconfig')
-rw-r--r--net/ipv6/netfilter/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 585590f16f8c..7bdf73be9a99 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -156,6 +156,16 @@ config IP6_NF_TARGET_MASQUERADE
To compile it as a module, choose M here. If unsure, say N.
+config IP6_NF_TARGET_NETMAP
+ tristate "NETMAP target support"
+ depends on NF_NAT_IPV6
+ help
+ NETMAP is an implementation of static 1:1 NAT mapping of network
+ addresses. It maps the network address part, while keeping the host
+ address part intact.
+
+ To compile it as a module, choose M here. If unsure, say N.
+
config IP6_NF_TARGET_REDIRECT
tristate "REDIRECT target support"
depends on NF_NAT_IPV6