Skip to content

Commit

Permalink
Merge pull request #26 from liquidmetal-dev/fc_nftables
Browse files Browse the repository at this point in the history
chore: add nftables config option
  • Loading branch information
richardcase authored Dec 18, 2024
2 parents 9d8495b + 76d51e5 commit 1a9ff94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kernel-k8s-fc/configs/k8s_additions.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ CONFIG_NETFILTER_XT_MATCH_IPVS=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_VS=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE=y
# nftables
CONFIG_NF_TABLES=y

0 comments on commit 1a9ff94

Please sign in to comment.