Skip to content

Commit 8746766

Browse files
committed
Enable netfilter FIB options for x86_64
Signed-off-by: Mitchell Levy <levymitchell0@gmail.com>
1 parent 610631f commit 8746766

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arch/x86/configs/config-wsl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,7 @@ CONFIG_NFT_REJECT_INET=m
13381338
CONFIG_NFT_COMPAT=m
13391339
CONFIG_NFT_HASH=m
13401340
CONFIG_NFT_FIB=m
1341+
CONFIG_NFT_FIB_INET=m
13411342
# CONFIG_NFT_XFRM is not set
13421343
# CONFIG_NFT_SOCKET is not set
13431344
# CONFIG_NFT_OSF is not set
@@ -1346,6 +1347,7 @@ CONFIG_NFT_TPROXY=m
13461347
# CONFIG_NF_DUP_NETDEV is not set
13471348
# CONFIG_NFT_DUP_NETDEV is not set
13481349
# CONFIG_NFT_FWD_NETDEV is not set
1350+
CONFIG_NFT_FIB_NETDEV=m
13491351
# CONFIG_NFT_REJECT_NETDEV is not set
13501352
# CONFIG_NF_FLOW_TABLE is not set
13511353
CONFIG_NETFILTER_XTABLES=y
@@ -1556,7 +1558,7 @@ CONFIG_NF_TPROXY_IPV6=m
15561558
CONFIG_NF_TABLES_IPV6=y
15571559
CONFIG_NFT_REJECT_IPV6=m
15581560
CONFIG_NFT_DUP_IPV6=m
1559-
# CONFIG_NFT_FIB_IPV6 is not set
1561+
CONFIG_NFT_FIB_IPV6=m
15601562
CONFIG_NF_DUP_IPV6=m
15611563
CONFIG_NF_REJECT_IPV6=m
15621564
CONFIG_NF_LOG_IPV6=m

0 commit comments

Comments
 (0)