From 7408cdaa310fe75a6da3d4de165d84fcde123c62 Mon Sep 17 00:00:00 2001 From: Alin Nastac Date: Mon, 25 Jun 2018 10:22:21 +0200 Subject: 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 (backported from ab07ae2f27dd920cb7ba186d9f7ad2ccb1c980c4) --- package/network/utils/iptables/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/utils') diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 1d758ed07d..9c7179c51d 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -150,6 +150,7 @@ Includes support for: Matches: - string + - bpf endef -- cgit v1.2.3