From owner-freebsd-ipfw@FreeBSD.ORG Fri Dec 19 01:37:23 2003 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 B5F9516A4CE for ; Fri, 19 Dec 2003 01:37:23 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8802E43D49 for ; Fri, 19 Dec 2003 01:37:21 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id hBJ9bLSN004164; Fri, 19 Dec 2003 01:37:21 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id hBJ9bKa5004161; Fri, 19 Dec 2003 01:37:20 -0800 (PST) (envelope-from rizzo) Date: Fri, 19 Dec 2003 01:37:20 -0800 From: Luigi Rizzo To: Hideki Yamamoto Message-ID: <20031219013720.C2830@xorpc.icir.org> References: <1071763256.543.10.camel@ptp.northnetworks.ca> <20031219.011213.27797873.yamamoto436@oki.com> <20031218082605.A2252@xorpc.icir.org> <20031219.080602.26517061.yamamoto436@oki.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20031219.080602.26517061.yamamoto436@oki.com>; from yamamoto436@oki.com on Fri, Dec 19, 2003 at 08:06:02AM +0900 cc: freebsd-ipfw@freebsd.org Subject: Re: IPFW 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: Fri, 19 Dec 2003 09:37:23 -0000 On Fri, Dec 19, 2003 at 08:06:02AM +0900, Hideki Yamamoto wrote: > > Dear Luigi, > > I am very happy to hear that you and your student are working > on this matter. I hope you will release the beta or something > as soon as possible. > By the way, does it run on FreeBSD 5.1 base or 4.9? it is 4.9 but since it is based on ipfw2 there should be no trouble in porting it to 5.x which is something we plan to do as well. cheers luigi > Regards, > Hideki Yamamoto > > From: Luigi Rizzo > Subject: Re: IPFW for IPv6 > Date: Thu, 18 Dec 2003 08:26:05 -0800 > Message-ID: <20031218082605.A2252@xorpc.icir.org> > > > On Fri, Dec 19, 2003 at 01:12:13AM +0900, Hideki Yamamoto wrote: > > > > > > Hi, > > > > > > I am interested in ipfw for IPv6, especially on dummynet. > > > Does someone have information on ipfw for IPv6? > > > > Two students of mine have a basically working version of > > ipfw2 for ipv6 (with dummynet too). I need to review the code > > before making patches available, though. > > > > In the detail, the layer2 version of the code (where ipv6 fields > > are matched within ether_input()/ether_output(), are ok, > > whereas the layer3 version (call from ip6input(), ip6output()) > > need a bit more debugging when used with dummynet because suspending > > and resuming computation within ip6output() is tricky for the > > amount of state around -- that was time consuming in ipv4 as well. > > > > cheers > > luigi > _______________________________________________ > 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"