Skip to content

Commit

Permalink
netfilter: Get rid of refrences to no longer existant Fast NAT.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russ Dill authored and David S. Miller committed Jul 8, 2008
1 parent d278931 commit b11c16b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions net/ipv4/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 2 additions & 3 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ config NF_CONNTRACK
into connections.

This is required to do Masquerading or other kinds of Network
Address Translation (except for Fast NAT). It can also be used to
enhance packet filtering (see `Connection state match support'
below).
Address Translation. It can also be used to enhance packet
filtering (see `Connection state match support' below).

To compile it as a module, choose M here. If unsure, say N.

Expand Down

0 comments on commit b11c16b

Please sign in to comment.