diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 363df9976c9d..f6026d4ac428 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -401,7 +401,7 @@ config IP_NF_NAT | |||
401 | # NAT + specific targets: nf_conntrack | 401 | # NAT + specific targets: nf_conntrack |
402 | config NF_NAT | 402 | config NF_NAT |
403 | tristate "Full NAT" | 403 | tristate "Full NAT" |
404 | depends on IP_NF_IPTABLES && NF_CONNTRACK | 404 | depends on IP_NF_IPTABLES && NF_CONNTRACK_IPV4 |
405 | help | 405 | help |
406 | The Full NAT option allows masquerading, port forwarding and other | 406 | The Full NAT option allows masquerading, port forwarding and other |
407 | forms of full Network Address Port Translation. It is controlled by | 407 | forms of full Network Address Port Translation. It is controlled by |