projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c3be8
)
selftests/net: replace obsolete NFT_CHAIN configuration
author
Fabian Frederick
<fabf@skynet.be>
Mon, 7 Sep 2020 16:14:28 +0000
(18:14 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 8 Sep 2020 10:56:38 +0000
(12:56 +0200)
Replace old parameters with global NFT_NAT from commit
db8ab38880e0
("netfilter: nf_tables: merge ipv4 and ipv6 nat chain types")
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tools/testing/selftests/net/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/config
b/tools/testing/selftests/net/config
index
3b42c06
..
5a57ea0
100644
(file)
--- a/
tools/testing/selftests/net/config
+++ b/
tools/testing/selftests/net/config
@@
-24,8
+24,7
@@
CONFIG_IP_NF_NAT=m
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_IPV6=y
CONFIG_NF_TABLES_IPV4=y
-CONFIG_NFT_CHAIN_NAT_IPV6=m
-CONFIG_NFT_CHAIN_NAT_IPV4=m
+CONFIG_NFT_NAT=m
CONFIG_NET_SCH_FQ=m
CONFIG_NET_SCH_ETF=m
CONFIG_NET_SCH_NETEM=y