We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba3bba commit e725e62Copy full SHA for e725e62
src/feature.c
@@ -426,10 +426,6 @@ static void probe_kernel_image_config(const char *define_prefix)
426
{ "CONFIG_BPF_STREAM_PARSER", },
427
/* xt_bpf module for passing BPF programs to netfilter */
428
{ "CONFIG_NETFILTER_XT_MATCH_BPF", },
429
- /* bpfilter back-end for iptables */
430
- { "CONFIG_BPFILTER", },
431
- /* bpftilter module with "user mode helper" */
432
- { "CONFIG_BPFILTER_UMH", },
433
434
/* test_bpf module for BPF tests */
435
{ "CONFIG_TEST_BPF", },
0 commit comments