From owner-freebsd-ipfw@FreeBSD.ORG Mon Mar 15 18:40:13 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF9A16A4CE for ; Mon, 15 Mar 2004 18:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5627343D46 for ; Mon, 15 Mar 2004 18:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i2G2eDbv018922 for ; Mon, 15 Mar 2004 18:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2G2eDWl018921; Mon, 15 Mar 2004 18:40:13 -0800 (PST) (envelope-from gnats) Date: Mon, 15 Mar 2004 18:40:13 -0800 (PST) Message-Id: <200403160240.i2G2eDWl018921@freefall.freebsd.org> To: ipfw@FreeBSD.org From: "JJB" Subject: Re: kern/62598: no logging on ipfw loadable module X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: JJB List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 02:40:13 -0000 The following reply was made to PR kern/62598; it has been noted by GNATS. From: "JJB" To: , "JJB" Cc: Subject: Re: kern/62598: no logging on ipfw loadable module Date: Mon, 15 Mar 2004 21:37:09 -0500 Shortly after this PR was submitted, it was determined that the problem report was based on this message ["IP packet filtering initialized, divert disabled, rule-based forwarding enabled, default to deny, logging disabled"] which is issued by the load of the ipfw loadable module when not compiled into the kernel. Upon ignoring intended meaning of said message, testing verified ipfw loadable module, does include logging code which only needs rc.conf statements to activate and enable. Conclusion: Message issued when ipfw loadable module is enabled is worded inaccurately. Message should be reworded to more clearly state status. Message that states that options are disabled imply those options where not compiled into the ipfw loadable module, which testing has proven to not be true.