Skip to content

Commit c0a7f0d

Browse files
committedJan 2, 2025
config: Make sure nf_tables.ko is built
Need to enable netfilter in general to get to nf_tables. And use unadvanced build so that the common extensions default to modules. We don't need anything fancy for bpftrace.
1 parent 5479a5a commit c0a7f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎config/config

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ CONFIG_MODULE_SRCVERSION_ALL=y
2626
CONFIG_MODULE_UNLOAD=y
2727
CONFIG_MODULES=y
2828
CONFIG_MODVERSIONS=y
29+
CONFIG_NETFILTER=y
30+
CONFIG_NETFILTER_ADVANCED=n
2931
CONFIG_NF_TABLES=m
3032
CONFIG_SECURITY=y
3133
CONFIG_SECURITYFS=y

0 commit comments

Comments
 (0)