From owner-freebsd-hackers Fri Feb 5 15:08:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17038 for freebsd-hackers-outgoing; Fri, 5 Feb 1999 15:08:18 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA17013 for ; Fri, 5 Feb 1999 15:08:15 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <60885(2)>; Fri, 5 Feb 1999 15:08:06 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id PAA15039; Fri, 5 Feb 1999 15:07:59 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199902052307.PAA15039@mango.parc.xerox.com> To: root@tomqnx.com (Tom Torrance at home Root) cc: hackers@FreeBSD.ORG Subject: Re: 3.0-stable query In-reply-to: Your message of "Fri, 05 Feb 1999 10:16:11 PST." Date: Fri, 5 Feb 1999 15:07:59 PST From: Bill Fenner Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message you write: >I notice that config does not recognize the >'pseudo-device bpfilter 4' specification, What do you mean by "does not recognize"? >and apparently bpfiltering is included automatically. Nope. % sed -e '/bpfilter/s/^/#/' < FENESTRO > FENESTRO2 % config FENESTRO Don't forget to do a ``make depend'' Kernel build directory is ../../compile/FENESTRO % config FENESTRO2 Don't forget to do a ``make depend'' Kernel build directory is ../../compile/FENESTRO2 % cd ../../compile/FENESTRO % grep -i bpf * Makefile: bpf.o bpf_filter.o if.o if_ethersubr.o if_loop.o if_media.o \ Makefile: $S/net/bpf.c $S/net/bpf_filter.c $S/net/if.c \ Makefile:bpf.o: $S/net/bpf.c Makefile:bpf_filter.o: $S/net/bpf_filter.c bpfilter.h:#define NBPFILTER 16 config.c:___# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be\n\ config.c:___# simultaneous BPF clients programs runnable.\n\ config.c:___pseudo-device bpfilter 16 #Berkeley packet filter\n\ % cd ../../compile/FENESTRO2 % grep -i bpf * bpfilter.h:#define NBPFILTER 0 config.c:___## The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be\n\ config.c:___# simultaneous BPF clients programs runnable.\n\ config.c:___#pseudo-device bpfilter 16 #Berkeley packet filter\n\ This is a 3.0 sup'd around noon PST on February 5, 1998. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message