Skip to content

Commit

Permalink
selftests/net: replace obsolete NFT_CHAIN configuration
Browse files Browse the repository at this point in the history
Replace old parameters with global NFT_NAT from commit db8ab38
("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>
  • Loading branch information
Fabian Frederick authored and Pablo Neira Ayuso committed Sep 8, 2020
1 parent 36c3be8 commit 0c5edd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/testing/selftests/net/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c5edd7

Please sign in to comment.