From nobody@FreeBSD.org  Thu Nov 26 12:50:34 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 259E310656AE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Nov 2009 12:50:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 151BD8FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Nov 2009 12:50:34 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQCoXlU081746
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Nov 2009 12:50:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAQCoXCx081745;
	Thu, 26 Nov 2009 12:50:33 GMT
	(envelope-from nobody)
Message-Id: <200911261250.nAQCoXCx081745@www.freebsd.org>
Date: Thu, 26 Nov 2009 12:50:33 GMT
From: Ian Lister <freebsd-bugs@lister.dnsalias.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Handbook incorrectly states pflog is in pf.ko
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140896
>Category:       docs
>Synopsis:       [handbook] Handbook incorrectly states pflog is in pf.ko
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 26 13:00:12 UTC 2009
>Closed-Date:    Fri Nov 27 17:38:44 UTC 2009
>Last-Modified:  Fri Nov 27 17:38:44 UTC 2009
>Originator:     Ian Lister
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD singha.lister.id.au 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The current version of the FreeBSD Handbook on the web states, in section 30.4.1 "Using the PF loadable kernel module", that pf.ko "was created with pflog(4) enabled".  However, this does not appear to have been the case for several years; pflog(4) was apparently moved to a separate pflog.ko in 2006 (see svn r155337).  The handbook needs to be updated to reflect this.
>How-To-Repeat:
# kldload pf.ko
# ifconfig pflog0
ifconfig: interface pflog0 does not exist
# ifconfig pflog0 create
ifconfig: SIOCIFCREATE2: Invalid argument

>Fix:
# kldload pflog.ko
# ifconfig pflog0
pflog0: flags=0<> metric 0 mtu 33204


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->brd 
Responsible-Changed-By: brd 
Responsible-Changed-When: Fri Nov 27 05:46:08 UTC 2009 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140896 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140896: commit references a PR
Date: Fri, 27 Nov 2009 17:11:43 +0000 (UTC)

 brd         2009-11-27 17:11:34 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/firewalls chapter.sgml 
   Log:
   Clean up the PF section on loading kernel modules.
   - Give specific clear examples on how to load the pf module and the pflog module.
   - Remove some information that is stated in the section right above.
   - Update the doc to reflect that pflog is now its own module. [1]
   
   PR:             140896 [1]
   
   Revision  Changes    Path
   1.91      +31 -18    doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: brd 
State-Changed-When: Fri Nov 27 17:38:30 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140896 
>Unformatted:
