Browse Source

iptables: improved to build/install the netfilter bpf compiler 'nfbpf_compile'

Linux kernels >= 3.9 have BPF filter support
stable/0.6
Christian Wiese 11 years ago
parent
commit
d20516c06e
  1. 4
      network/iptables/iptables.conf

4
network/iptables/iptables.conf

@ -21,3 +21,7 @@ if [ "$SDECFG_PKG_IPTABLES_DEVEL" != 0 ] ; then
var_append confopt ' ' "--enable-devel"
var_append confopt ' ' "--enable-libipq"
fi
# kernel >= 3.9 have BPF filter support
# enable to build/install the netfilter bpf compiler 'nfbpf_compile'
var_append extraconfopt ' ' "--enable-bpf-compiler"

Loading…
Cancel
Save