From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 19:16:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B651065671 for ; Fri, 1 Aug 2008 19:16:28 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 605C08FC16 for ; Fri, 1 Aug 2008 19:16:28 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r55.edvax.de (port-92-195-118-98.dynamic.qsc.de [92.195.118.98]) by mx01.qsc.de (Postfix) with ESMTP id 07A8E51104 for ; Fri, 1 Aug 2008 21:16:26 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id m71JGQOc002778 for ; Fri, 1 Aug 2008 21:16:26 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 1 Aug 2008 21:16:25 +0200 From: Polytropon To: "freebsd-questions@freebsd.org" Message-Id: <20080801211625.2abfd4cc.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: src.conf: There's no WITHOUT_IPFW? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 19:16:28 -0000 Hi! On Fri, 1 Aug 2008 21:10:20 +0200, "Redd Vinylene" wrote: > There's WITHOUT_IPFILTER and WITHOUT_PF, but no WITHOUT_IPFW? > /usr/src/UPDATING doesn't mention IPFW being removed. IPFW hasn't been removed. You can compile it into your kernel or load the module (I usually do the first one); the tools to control ipfw are part of the base system (/sbin/ipfw). If you don't want to use ipfw, don't compile it into your kernel and don't load the module. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0