netfilter: add bpf match support
authorAlin Nastac <alin.nastac@gmail.com>
Mon, 25 Jun 2018 08:22:21 +0000 (10:22 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 08:44:01 +0000 (09:44 +0100)
commit7408cdaa310fe75a6da3d4de165d84fcde123c62
tree29e7247935df20f2330bbd127f81edb0bcf36e9a
parent9f8f5d4d142ad14d9ed68f79e051d8007fb2ef89
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 ab07ae2f27dd920cb7ba186d9f7ad2ccb1c980c4)
include/netfilter.mk
package/kernel/linux/modules/netfilter.mk
package/network/utils/iptables/Makefile