]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/ipv6/netfilter/Kconfig
netfilter: x_tables: merge ip and ipv6 masquerade modules
[linux.git] / net / ipv6 / netfilter / Kconfig
index 3de3adb1a0c95e85c1b5465cb2dc4829590b43fd..086fc669279ecdf71d4724436aaa1c54796cda4c 100644 (file)
@@ -270,15 +270,10 @@ if IP6_NF_NAT
 
 config IP6_NF_TARGET_MASQUERADE
        tristate "MASQUERADE target support"
-       select NF_NAT_MASQUERADE
+       select NETFILTER_XT_TARGET_MASQUERADE
        help
-         Masquerading is a special case of NAT: all outgoing connections are
-         changed to seem to come from a particular interface's address, and
-         if the interface goes down, those connections are lost.  This is
-         only useful for dialup accounts with dynamic IP address (ie. your IP
-         address will be different on next dialup).
-
-         To compile it as a module, choose M here.  If unsure, say N.
+         This is a backwards-compat option for the user's convenience
+         (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
 
 config IP6_NF_TARGET_NPT
        tristate "NPT (Network Prefix translation) target support"