diff options
author | Russ Dill <Russ.Dill@gmail.com> | 2008-07-08 05:35:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-08 05:35:27 -0400 |
commit | b11c16beb92112885edccc79e17d39c5d218f441 (patch) | |
tree | fff5ff2ef32a33a71a1b68ab4a8588fc74747632 /net/netfilter | |
parent | d2789312cc6d875462d1d248e07a8a9caf8a6ae3 (diff) |
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/netfilter')
-rw-r--r-- | net/netfilter/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index aa8d80c35e28..316c7af1d2b1 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -33,9 +33,8 @@ config NF_CONNTRACK | |||
33 | into connections. | 33 | into connections. |
34 | 34 | ||
35 | This is required to do Masquerading or other kinds of Network | 35 | This is required to do Masquerading or other kinds of Network |
36 | Address Translation (except for Fast NAT). It can also be used to | 36 | Address Translation. It can also be used to enhance packet |
37 | enhance packet filtering (see `Connection state match support' | 37 | filtering (see `Connection state match support' below). |
38 | below). | ||
39 | 38 | ||
40 | To compile it as a module, choose M here. If unsure, say N. | 39 | To compile it as a module, choose M here. If unsure, say N. |
41 | 40 | ||