From owner-freebsd-virtualization@FreeBSD.ORG Sun Sep 21 08:45:09 2008 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06068106566B for ; Sun, 21 Sep 2008 08:45:09 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outJ.internet-mail-service.net (outj.internet-mail-service.net [216.240.47.233]) by mx1.freebsd.org (Postfix) with ESMTP id DF1A68FC08 for ; Sun, 21 Sep 2008 08:45:03 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 454D42499; Sun, 21 Sep 2008 01:45:04 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id D53CE2D6004; Sun, 21 Sep 2008 01:45:02 -0700 (PDT) Message-ID: <48D6098E.3060407@elischer.org> Date: Sun, 21 Sep 2008 01:45:02 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: "Ahrenholz, Jeffrey M" References: <0DF156EE7414494187B087A3C279BDB40A93F94B@XCH-NW-6V1.nw.nos.boeing.com> <48D2F9B1.8020507@elischer.org> <0DF156EE7414494187B087A3C279BDB40A94021D@XCH-NW-6V1.nw.nos.boeing.com> <48D43A63.8080808@elischer.org> <0DF156EE7414494187B087A3C279BDB40A94023E@XCH-NW-6V1.nw.nos.boeing.com> In-Reply-To: <0DF156EE7414494187B087A3C279BDB40A94023E@XCH-NW-6V1.nw.nos.boeing.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: antipsychic , freebsd-virtualization@freebsd.org Subject: Re: natd & vimage X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 08:45:09 -0000 Ahrenholz, Jeffrey M wrote: >> can you send your diffs anyhow? >> I never completed the virtualisation of divert. >> I'll see what I can do with them. > > OK, here it is, good luck! I had divert working on a non-SMP system, > could divert packets to a userspace program that touches them. > > Then the mroute part is a little bigger. Currently testing with XORP > PIM. Known bug during system reboot it crashes during ip_mroute module > unload. Haven't tested IPv6 multicast forwarding yet. (slightly > off-topic/wrong list, but you can crash a 7.0-GENERIC kernel if you > install the Xorp package from ports and set it up as a rendezvous > point!) > > -Jeff thanks! Can you tell me what version/date of FreeBSD the patches are against? It looks as if you have done a lot of work in teh mroute code which I am utterly faminiar with so hopefully this will save us a lot of time.. I did have a go at doing the divert code so it will be interesting to see the comparison... hopefully that too will be useful.