summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2005-12-07 21:30:47 +0000
committerjkim <jkim@FreeBSD.org>2005-12-07 21:30:47 +0000
commit99ef252d151a0dde1dc3f64330213074bb08fd64 (patch)
treec66cee417d03fe8210d3f5e392c690ed20dee756 /sys/modules/netgraph
parentd12a77cb38481285a7a2411f5b64a31c10b9d89b (diff)
downloadFreeBSD-src-99ef252d151a0dde1dc3f64330213074bb08fd64.zip
FreeBSD-src-99ef252d151a0dde1dc3f64330213074bb08fd64.tar.gz
Add BPF Just-In-Time compiler support for ng_bpf(4).
The sysctl is changed from net.bpf.jitter.enable to net.bpf_jitter.enable and this controls both bpf(4) and ng_bpf(4) now.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bpf/Makefile b/sys/modules/netgraph/bpf/Makefile
index 0bde4f2..adef38f 100644
--- a/sys/modules/netgraph/bpf/Makefile
+++ b/sys/modules/netgraph/bpf/Makefile
@@ -4,6 +4,6 @@
.PATH: ${.CURDIR}/../../../net
KMOD= ng_bpf
-SRCS= ng_bpf.c bpf_filter.c
+SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud