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

Commit 1e8430f3 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: nf_tables: nat expression must select CONFIG_NF_NAT



This enables the netfilter NAT engine in first place, otherwise
you cannot ever select the nf_tables nat expression if iptables
is not selected.

Reported-by: default avatarMatteo Croce <technoboy85@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent caa8ad94
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -499,7 +499,7 @@ config NFT_LIMIT
config NFT_NAT
config NFT_NAT
	depends on NF_TABLES
	depends on NF_TABLES
	depends on NF_CONNTRACK
	depends on NF_CONNTRACK
	depends on NF_NAT
	select NF_NAT
	tristate "Netfilter nf_tables nat module"
	tristate "Netfilter nf_tables nat module"
	help
	help
	  This option adds the "nat" expression that you can use to perform
	  This option adds the "nat" expression that you can use to perform