netfilter: add bpf match support
authorAlin Nastac <alin.nastac@gmail.com>
Mon, 25 Jun 2018 08:22:21 +0000 (10:22 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 26 Jun 2018 06:57:25 +0000 (08:57 +0200)
commitab07ae2f27dd920cb7ba186d9f7ad2ccb1c980c4
treefe977e7a9d888a12f6528227c408051db5fb18a8
parent094d49cddf9392361b2d9cc1fe4ea08cb45d0d8c
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>
include/netfilter.mk
package/kernel/linux/modules/netfilter.mk
package/network/utils/iptables/Makefile