mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 00:17:41 +07:00
[NETFILTER]: nf_nat: fix NF_NAT dependency
NF_NAT depends on NF_CONNTRACK_IPV4, not NF_CONNTRACK. Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3a411355bc
commit
083e69e99e
@ -401,7 +401,7 @@ config IP_NF_NAT
|
|||||||
# NAT + specific targets: nf_conntrack
|
# NAT + specific targets: nf_conntrack
|
||||||
config NF_NAT
|
config NF_NAT
|
||||||
tristate "Full NAT"
|
tristate "Full NAT"
|
||||||
depends on IP_NF_IPTABLES && NF_CONNTRACK
|
depends on IP_NF_IPTABLES && NF_CONNTRACK_IPV4
|
||||||
help
|
help
|
||||||
The Full NAT option allows masquerading, port forwarding and other
|
The Full NAT option allows masquerading, port forwarding and other
|
||||||
forms of full Network Address Port Translation. It is controlled by
|
forms of full Network Address Port Translation. It is controlled by
|
||||||
|
Loading…
Reference in New Issue
Block a user