Skip to content

Commit

Permalink
config: Set CONFIG_NF_TABLES_INET=y
Browse files Browse the repository at this point in the history
This turns on support for ipv4 and ipv6 nftables tables. We create nft
tables as part of runtime test suite. So we'll need this on.
  • Loading branch information
danobi committed Jan 4, 2025
1 parent 2b911f9 commit e1fa1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CONFIG_MODVERSIONS=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=n
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=y
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_VSOCKETS=y
Expand Down

0 comments on commit e1fa1a2

Please sign in to comment.