projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa8ad9
)
netfilter: nf_tables: nat expression must select CONFIG_NF_NAT
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 11 Aug 2014 16:21:50 +0000
(18:21 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 19 Aug 2014 19:42:45 +0000
(21:42 +0200)
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 <technoboy85@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index
ad751fe
..
05eb177
100644
(file)
--- 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