2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-05-22 02:22:30 +00:00
|
|
|
menuconfig BPFILTER
|
|
|
|
bool "BPF based packet filtering framework (BPFILTER)"
|
2018-05-24 04:29:05 +00:00
|
|
|
depends on NET && BPF && INET
|
2018-05-22 02:22:30 +00:00
|
|
|
help
|
|
|
|
This builds experimental bpfilter framework that is aiming to
|
|
|
|
provide netfilter compatible functionality via BPF
|
|
|
|
|
|
|
|
if BPFILTER
|
|
|
|
config BPFILTER_UMH
|
|
|
|
tristate "bpfilter kernel module with user mode helper"
|
2018-06-26 03:55:35 +00:00
|
|
|
depends on $(success,$(srctree)/scripts/cc-can-link.sh $(CC))
|
2018-05-22 02:22:30 +00:00
|
|
|
default m
|
|
|
|
help
|
|
|
|
This builds bpfilter kernel module with embedded user mode helper
|
|
|
|
endif
|