diff options
author | Patrick McHardy <kaber@trash.net> | 2006-10-30 15:12:16 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-10-30 15:24:43 -0800 |
commit | 844dc7c88046ecd2e52596730d7cc400d6c3ad67 (patch) | |
tree | b805978437e925bb3136dab0b95dc9357c9a1e96 /net | |
parent | bcd620757d3a4ae78ef0ca41adb5d9e400ed92b6 (diff) | |
download | op-kernel-dev-844dc7c88046ecd2e52596730d7cc400d6c3ad67.zip op-kernel-dev-844dc7c88046ecd2e52596730d7cc400d6c3ad67.tar.gz |
[NETFILTER]: remove masq/NAT from ip6tables Kconfig help
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index 4bc4e5b..d7c45a9c 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig @@ -40,7 +40,7 @@ config IP6_NF_QUEUE To compile it as a module, choose M here. If unsure, say N. config IP6_NF_IPTABLES - tristate "IP6 tables support (required for filtering/masq/NAT)" + tristate "IP6 tables support (required for filtering)" depends on NETFILTER_XTABLES help ip6tables is a general, extensible packet identification framework. |