From: Pablo Neira Ayuso Date: Mon, 11 Aug 2014 16:21:50 +0000 (+0200) Subject: netfilter: nf_tables: nat expression must select CONFIG_NF_NAT X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1e8430f30b55a1f3f6925c9f37f8cc9afd141d2e;p=linux-beck.git 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: Matteo Croce Signed-off-by: Pablo Neira Ayuso --- diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index ad751fe2e82b..05eb177ea852 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -499,7 +499,7 @@ config NFT_LIMIT config NFT_NAT depends on NF_TABLES depends on NF_CONNTRACK - depends on NF_NAT + select NF_NAT tristate "Netfilter nf_tables nat module" help This option adds the "nat" expression that you can use to perform