|
@@ -106,6 +106,10 @@ config NF_NAT_IPV4
|
|
|
|
|
|
if NF_NAT_IPV4
|
|
if NF_NAT_IPV4
|
|
|
|
|
|
|
|
+config NF_NAT_MASQUERADE_IPV4
|
|
|
|
+ bool
|
|
|
|
+
|
|
|
|
+if NF_TABLES
|
|
config NFT_CHAIN_NAT_IPV4
|
|
config NFT_CHAIN_NAT_IPV4
|
|
depends on NF_TABLES_IPV4
|
|
depends on NF_TABLES_IPV4
|
|
tristate "IPv4 nf_tables nat chain support"
|
|
tristate "IPv4 nf_tables nat chain support"
|
|
@@ -115,9 +119,6 @@ config NFT_CHAIN_NAT_IPV4
|
|
packet transformations such as the source, destination address and
|
|
packet transformations such as the source, destination address and
|
|
source and destination ports.
|
|
source and destination ports.
|
|
|
|
|
|
-config NF_NAT_MASQUERADE_IPV4
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config NFT_MASQ_IPV4
|
|
config NFT_MASQ_IPV4
|
|
tristate "IPv4 masquerading support for nf_tables"
|
|
tristate "IPv4 masquerading support for nf_tables"
|
|
depends on NF_TABLES_IPV4
|
|
depends on NF_TABLES_IPV4
|
|
@@ -135,6 +136,7 @@ config NFT_REDIR_IPV4
|
|
help
|
|
help
|
|
This is the expression that provides IPv4 redirect support for
|
|
This is the expression that provides IPv4 redirect support for
|
|
nf_tables.
|
|
nf_tables.
|
|
|
|
+endif # NF_TABLES
|
|
|
|
|
|
config NF_NAT_SNMP_BASIC
|
|
config NF_NAT_SNMP_BASIC
|
|
tristate "Basic SNMP-ALG support"
|
|
tristate "Basic SNMP-ALG support"
|