Bug 29872

Summary: Confliciting references regarding bpf kernel option
Product: Documentation Reporter: dominic_marks <dominic_marks>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dominic_marks 2001-08-19 15:00:06 UTC
	http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html#BPF-NOT-CONFIGURED
	
	This document states: 'pseudo-device bpfilter' is required in
	the kernel configuration. However bpf(4) states that the
	required line is: 'pseudo-device bpf' and this is supported by
	LINT. Its confusing to have multiple options, even if both of
	them work.

Fix: 

Apply:
	
	8876c8876
	<           <programlisting>pseudo-device bpfilter        # Berkeley Packet Filter</programlisting>
	---
	>           <programlisting>pseudo-device bpf        # Berkeley Packet Filter</programlisting>
	
	Dominic Marks
How-To-Repeat: 	books/faq/book.sgml
Comment 1 Jim Mock freebsd_committer freebsd_triage 2001-08-19 19:51:58 UTC
State Changed
From-To: open->closed

Committed, thanks!