From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 17:18:03 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 3CF3D16A4CE for ; Thu, 19 Aug 2004 17:18:03 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7A543D31 for ; Thu, 19 Aug 2004 17:18:02 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 15724 invoked from network); 19 Aug 2004 17:17:43 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 19 Aug 2004 17:17:43 -0000 Message-ID: <4124E0C8.DE1A46A4@freebsd.org> Date: Thu, 19 Aug 2004 19:18:00 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Scott Long References: <1092881027.999.3.camel@server.mcneil.com> <412497B5.6040203@freebsd.org> <4124D1D4.5080307@samsco.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: Sean McNeil 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 17:18:03 -0000 Scott Long wrote: > > Andre Oppermann wrote: > > 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. > > > > This, and all of the rc.d, module loading, and kernel option problems > are now a blocking issue for BETA1. We had planned to start the BETA1 > no later than 2200 UTC today. What is your schedule for getting all of > this fixed? I will re-introduce the sysctl within this hour. -- Andre