Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b11c16be authored by Russ Dill's avatar Russ Dill Committed by David S. Miller
Browse files

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: default avatarRuss Dill <Russ.Dill@gmail.com>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d2789312
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.

+2 −3
Original line number Diff line number Diff line
@@ -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.