Skip to content

Commit

Permalink
add missing LIMIT and HF netfilter kernel extensions (fixes #2874).
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Oct 8, 2024
1 parent b9479dd commit 1a6b257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildroot-external/kernel/6.6/global.config
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ CONFIG_NETFILTER_ADVANCED=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_XT_SET=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_IP6_NF_MATCH_HL=m

# enable IP set support
CONFIG_IP_SET=m
Expand Down

0 comments on commit 1a6b257

Please sign in to comment.