From ab07ae2f27dd920cb7ba186d9f7ad2ccb1c980c4 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 --- package/network/utils/iptables/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/utils/iptables') diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index b3955b9a97..8423701f07 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -151,6 +151,7 @@ Includes support for: Matches: - string + - bpf endef -- cgit v1.2.3