From owner-freebsd-ipfw@FreeBSD.ORG Sat Apr 24 09:12:48 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 AB37516A4CE for ; Sat, 24 Apr 2004 09:12:48 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9630443D45 for ; Sat, 24 Apr 2004 09:12:48 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i3OGCmgd055713; Sat, 24 Apr 2004 09:12:48 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i3OGClcd055712; Sat, 24 Apr 2004 09:12:47 -0700 (PDT) (envelope-from rizzo) Date: Sat, 24 Apr 2004 09:12:47 -0700 From: Luigi Rizzo To: "Bjoern A. Zeeb" Message-ID: <20040424091247.A55419@xorpc.icir.org> References: <20040114130122.A86000@xorpc.icir.org> <7mpt9xd6p9.wl@black3.imgsrc.co.jp> <20040424034501.A24992@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from bzeeb-lists@lists.zabbadoz.net on Sat, Apr 24, 2004 at 01:56:59PM +0000 cc: Jun Kuriyama cc: ipfw@freebsd.org Subject: Re: Request for review: ipfw2 for IPV6 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 16:12:48 -0000 On Sat, Apr 24, 2004 at 01:56:59PM +0000, Bjoern A. Zeeb wrote: > On Sat, 24 Apr 2004, Luigi Rizzo wrote: > > Hi, > > > i actually plan to commit this to -current shortly. > > thanks. I still cannot see any #ifdef INET6 in the patch; won't it > break kernels w/o INET6 support ? iwill check, but why should it break things ? this patch does two things: 1) teaches ipfw2 how to parse ipv6 packets 2) puts ipfw2 hooks in the ipv6 code the former does not depend on having INET6 configured in your kernel, the latter is already in the INET6 code. luigi > -- > Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT > 56 69 73 69 74 http://www.zabbadoz.net/ > _______________________________________________ > freebsd-ipfw@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org"