Date: Fri, 5 Feb 1999 15:07:59 PST From: Bill Fenner <fenner@parc.xerox.com> To: root@tomqnx.com (Tom Torrance at home Root) Cc: hackers@FreeBSD.ORG Subject: Re: 3.0-stable query Message-ID: <199902052307.PAA15039@mango.parc.xerox.com> In-Reply-To: Your message of "Fri, 05 Feb 1999 10:16:11 PST." <m108pnX-000I1pC@TomQNX.tomqnx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <m108pnX-000I1pC@TomQNX.tomqnx.com>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902052307.PAA15039>