From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 12:06:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E1716A4CE for ; Thu, 19 Aug 2004 12:06:15 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8032E43D31 for ; Thu, 19 Aug 2004 12:06:14 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 13805 invoked from network); 19 Aug 2004 12:05:57 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 19 Aug 2004 12:05:57 -0000 Message-ID: <412497B5.6040203@freebsd.org> Date: Thu, 19 Aug 2004 14:06:13 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sean McNeil References: <1092881027.999.3.camel@server.mcneil.com> In-Reply-To: <1092881027.999.3.camel@server.mcneil.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: ipfw2 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 12:06:15 -0000 Sean McNeil wrote: > How do I get the ipfw2 module to compile with divert? It doesn't > recognize the following in my config file when building the module: > > options IPFIREWALL_FORWARD > options IPDIVERT > > Also, the /etc/rc.d/ipfw script is looking for an invalid sysctl var: > > net.inet.ip.fw.enable > > and it will fail if I have the IPFIREWALL option which compiles the code > into the kernel because it will try to load and return 1 on a failure. I'm looking into it and will have a fix later today. -- Andre