From owner-freebsd-bugs Tue Aug 17 14:21:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50D1815658 for ; Tue, 17 Aug 1999 14:21:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72412; Tue, 17 Aug 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 610471512E; Tue, 17 Aug 1999 14:16:40 -0700 (PDT) Message-Id: <19990817211640.610471512E@hub.freebsd.org> Date: Tue, 17 Aug 1999 14:16:40 -0700 (PDT) From: jrozes@vinton.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/13209: IPFILTER_DEFAULT_BLOCK not in /usr/src/sys/conf/options Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13209 >Category: kern >Synopsis: IPFILTER_DEFAULT_BLOCK not in /usr/src/sys/conf/options >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 17 14:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Rozes >Release: 3.2-STABLE >Organization: >Environment: FreeBSD thorium 3.2-STABLE FreeBSD 3.2-STABLE #16: Tue Aug 17 11:42:25 PDT 1999 jrozes@thorium:/usr/src/sys/compile/THORIUM i386 >Description: The ipfilter software has a kernel option to block all packets by default, called IPFILTER_DEFAULT_BLOCK. Specifying this option in a kernel config file results in a warning from config(8) because the option is not listed in /usr/src/sys/conf/options like the rest of the IPFILTER_* options. >How-To-Repeat: Create a kernel with the IPFILTER and IPFILTER_DEFAULT_BLOCK options, then run config(8) on it. >Fix: Add to /usr/src/sys/conf/options: IPFILTER_DEFAULT_BLOCK opt_ipfilter.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message