diff options
author | Fabian Frederick | 2020-09-07 18:14:28 +0200 |
---|---|---|
committer | Pablo Neira Ayuso | 2020-09-08 12:56:38 +0200 |
commit | 0c5edd77a21dc863aa7639ea07c9d7a5b15f62f9 (patch) | |
tree | 9d62ec71f5aec914e067d7cd9bcc1bcc77c7c3a6 /tools/testing | |
parent | 36c3be8a2c8ae61b2c5ba451b48937c3c494965d (diff) |
selftests/net: replace obsolete NFT_CHAIN configuration
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>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/net/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index 3b42c06b5985..5a57ea02802d 100644 --- 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 |