summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_sl
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-04-28 01:18:13 +0000
committermsmith <msmith@FreeBSD.org>1999-04-28 01:18:13 +0000
commitae853b3a1196502c15e20f1ae8a138a8b83c9597 (patch)
tree593463288461208718df12bd92fea82449507a1e /sys/modules/if_sl
parentaf7e9be5cce9a2ceb819f00b3f58014d23ab57cd (diff)
downloadFreeBSD-src-ae853b3a1196502c15e20f1ae8a138a8b83c9597.zip
FreeBSD-src-ae853b3a1196502c15e20f1ae8a138a8b83c9597.tar.gz
Allow loadable interface drivers with BPF support to be loaded into a kernel
that doesn't have it. This is achieved by having minimal do-nothing stubs enabled when there are no bpfilter devices configured. Driver modules should be built with BPF enabled for maximum convenience (but can be built without it for maximum performance).
Diffstat (limited to 'sys/modules/if_sl')
-rw-r--r--sys/modules/if_sl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile
index 6d14477..9ce708a 100644
--- a/sys/modules/if_sl/Makefile
+++ b/sys/modules/if_sl/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.6 1998/02/01 18:12:14 bde Exp $
+# $Id: Makefile,v 1.7 1998/10/16 04:30:45 peter Exp $
.PATH: ${.CURDIR}/../../net
KMOD= if_sl
SRCS= if_sl.c slcompress.c bpfilter.h opt_inet.h sl.h
NOMAN=
-NBPFILTER?= 0
+NBPFILTER?= 1
NSL?= 2
PROTOS?= -DINET
OpenPOWER on IntegriCloud