netfilter: add bpf match support

Add xt_bpf modules to {kmod-ipt,iptables-mod}-filter.

Match using Linux Socket Filter. Expects a BPF program in decimal
format. This is the format generated by the nfbpf_compile utility.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
(backported from ab07ae2f27)
This commit is contained in:
Alin Nastac
2018-06-25 10:22:21 +02:00
committed by Jo-Philipp Wich
parent 9f8f5d4d14
commit 7408cdaa31
3 changed files with 3 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ define KernelPackage/ipt-filter/description
Netfilter (IPv4) kernel modules for packet content inspection
Includes:
- string
- bpf
endef
$(eval $(call KernelPackage,ipt-filter))