From owner-freebsd-doc@FreeBSD.ORG Thu Mar 25 01:55:58 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711D416A4CE for ; Thu, 25 Mar 2004 01:55:58 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6D143D2F for ; Thu, 25 Mar 2004 01:55:57 -0800 (PST) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id i2P9ttui037693; Thu, 25 Mar 2004 10:55:56 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.9/8.12.3/Submit) id i2P9ttTL037692; Thu, 25 Mar 2004 10:55:55 +0100 (CET) (envelope-from marc) Date: Thu, 25 Mar 2004 10:55:55 +0100 From: Marc Fonvieille To: MaNUaL Message-ID: <20040325095555.GC36775@abigail.blackend.org> References: <20040325011620.56919.qmail@web40603.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040325011620.56919.qmail@web40603.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.8-STABLE cc: freebsd-doc@freebsd.org Subject: Re: Berkeley packet filter definitioni n Handbook applies only to 4.x kernels X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2004 09:55:58 -0000 On Wed, Mar 24, 2004 at 05:16:20PM -0800, MaNUaL wrote: > Hi. I am using 5.2.1-RELEASE-p3 and in the GENERIC > configuration file of the kernel in > /usr/src/sys/i386/conf there is the following line: > "device bpf # Berkeley packet filter" > > Though, in the FreeBSD handbook it says: > "pseudo-device bpf # Berkeley packet filter" > which is suitable only for 4.x kernels > > In 5.x systems it should be "device" so the handbook > should be updated. thanks > Thanks, I updated the whole section on this point. Marc