From owner-freebsd-doc@FreeBSD.ORG Sun Oct 24 01:20:18 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D42116A4CE for ; Sun, 24 Oct 2004 01:20:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA5143D54 for ; Sun, 24 Oct 2004 01:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9O1KIfh004038 for ; Sun, 24 Oct 2004 01:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9O1KIMQ004037; Sun, 24 Oct 2004 01:20:18 GMT (envelope-from gnats) Resent-Date: Sun, 24 Oct 2004 01:20:18 GMT Resent-Message-Id: <200410240120.i9O1KIMQ004037@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Davis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7330616A4CE for ; Sun, 24 Oct 2004 01:16:01 +0000 (GMT) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257AE43D2D for ; Sun, 24 Oct 2004 01:15:59 +0000 (GMT) (envelope-from bdavis@house.so14k.com) Received: from localhost (localhost [127.0.0.1]) by valentine.liquidneon.com (Postfix) with ESMTP id 3E3A8A66 for ; Sat, 23 Oct 2004 19:15:58 -0600 (MDT) Received: from valentine.liquidneon.com ([216.38.206.180]) by localhost (valentine.liquidneon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26507-06 for ; Sat, 23 Oct 2004 19:15:57 -0600 (MDT) Received: from mccaffrey.house.so14k.com (freebsd.so14k.com [216.87.87.128]) by valentine.liquidneon.com (Postfix) with ESMTP id C7E96A60 for ; Sat, 23 Oct 2004 19:15:57 -0600 (MDT) Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001) id 92741DF3; Sat, 23 Oct 2004 19:15:57 -0600 (MDT) Message-Id: <20041024011557.92741DF3@mccaffrey.house.so14k.com> Date: Sat, 23 Oct 2004 19:15:57 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/73058: Add missing device keywords to kernel entries for PF X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brad Davis List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 01:20:18 -0000 >Number: 73058 >Category: docs >Synopsis: Add missing device keywords to kernel entries for PF >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 01:20:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root@mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386 >Description: Add missing device keywords to kernel entries for PF >How-To-Repeat: >Fix: --- doc-ori/en_US.ISO8859-1/books/handbook/security/chapter.sgml Sat Oct 23 19:08:44 2004 +++ doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml Sat Oct 23 19:12:25 2004 @@ -3153,18 +3153,20 @@ device pflog device pfsync - pf tells the compile to include - Packet Filter as part of its core kernel. + device pf tells the compile + to include Packet Filter as part of its core kernel. - pflog enables the optional - &man.pflog.4; pseudo network device which can be used to log traffic - to a &man.bpf.4; descriptor. The &man.pflogd.8; daemon can be used to - store the logging information to disk. + device pflog enables the + optional &man.pflog.4; pseudo network device which can be used + to log traffic to a &man.bpf.4; descriptor. The &man.pflogd.8; + daemon can be used to store the logging information to disk. + - pfsync enables the optional - &man.pfsync.4; pseudo network device that is used to monitor - state changes. As this is not part of the loadable - module one has to build a custom kernel to use it. + device pfsync enables the + optional &man.pfsync.4; pseudo network device that is used to + monitor state changes. As this is not part of the + loadable module one has to build a custom kernel to use it. + These settings will take affect only after you have built and installed a kernel with them set. >Release-Note: >Audit-Trail: >Unformatted: