From owner-freebsd-doc@FreeBSD.ORG Fri Jun 23 12:50:22 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org 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 3018C16A4AB for ; Fri, 23 Jun 2006 12:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5FF843D45 for ; Fri, 23 Jun 2006 12:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5NCoL1w056831 for ; Fri, 23 Jun 2006 12:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5NCoLsr056830; Fri, 23 Jun 2006 12:50:21 GMT (envelope-from gnats) Date: Fri, 23 Jun 2006 12:50:21 GMT Message-Id: <200606231250.k5NCoLsr056830@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: docs/99336: Unclear handbook wording X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 12:50:22 -0000 The following reply was made to PR docs/99336; it has been noted by GNATS. From: Giorgos Keramidas To: Merijn Verstraaten Cc: bug-followup@freebsd.org Subject: Re: docs/99336: Unclear handbook wording Date: Fri, 23 Jun 2006 15:41:16 +0300 On 2006-06-23 00:16, Merijn Verstraaten wrote: > Firewall chapter, IPFW configuration (26.6) > > "If you do not have IPFW compiled into your kernel you will need to > load it with the following statement in your /etc/rc.conf: > > firewall_enable="YES"" > > It's not clear that while IPFW will start fine without > firewall_enable="YES" in rc.conf if you have it compiled into your > kernel, the rules script provided with firewall_script won't run if > firewall_enable="YES" isn't set. Hmmm, well the text is unclear. It doesn't matter if you compile `IPFW' support into your kernel or not these days. The /etc/rc.d/ipfw script will take care of loading the module automatically. Even `DUMMYNET' can be loaded as a module in FreeBSD 7.0-CURRENT now. Can someone from the freebsd-doc people who has access to a STABLE system check if auto-loading of ipfw.ko and dummynet.ko modules works as expected in FreeBSD 6.X too? Then we should remove this confusing part about ``having IPFW compiled into your kernel''. - Giorgos