summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
authorRuss Dill2008-07-08 11:35:27 +0200
committerDavid S. Miller2008-07-08 11:35:27 +0200
commitb11c16beb92112885edccc79e17d39c5d218f441 (patch)
treefff5ff2ef32a33a71a1b68ab4a8588fc74747632 /net/ipv4/netfilter/Kconfig
parentnetfilter: use correct namespace in ip6table_security (diff)
downloadkernel-qcow2-linux-b11c16beb92112885edccc79e17d39c5d218f441.tar.gz
kernel-qcow2-linux-b11c16beb92112885edccc79e17d39c5d218f441.tar.xz
kernel-qcow2-linux-b11c16beb92112885edccc79e17d39c5d218f441.zip
netfilter: Get rid of refrences to no longer existant Fast NAT.
Get rid of refrences to no longer existant Fast NAT. IP_ROUTE_NAT support was removed in August of 2004, but references to Fast NAT were left in a couple of config options. Signed-off-by: Russ Dill <Russ.Dill@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter/Kconfig')
-rw-r--r--net/ipv4/netfilter/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 6e251402506e..f23e60c93ef9 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -213,8 +213,7 @@ config IP_NF_TARGET_NETMAP
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. It is similar to Fast NAT, except that
- Netfilter's connection tracking doesn't work well with Fast NAT.
+ address part intact.
To compile it as a module, choose M here. If unsure, say N.