From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] net: Add etun driver Date: Fri, 6 Apr 2007 13:54:47 -0700 Message-ID: <20070406135447.112c182c@localhost> References: <20070406133420.2f098bc6@localhost> <4616BDEA.1080502@candelatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Eric W. Biederman" , Jeff Garzik , Andrew Morton , David Miller , netdev@vger.kernel.org, Alexey Kuznetsov , Daniel Lezcano , Dmitry Mishin , Linux Containers To: Ben Greear Return-path: Received: from smtp.osdl.org ([65.172.181.24]:35566 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572AbXDFVzl (ORCPT ); Fri, 6 Apr 2007 17:55:41 -0400 In-Reply-To: <4616BDEA.1080502@candelatech.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 06 Apr 2007 14:38:50 -0700 Ben Greear wrote: > Stephen Hemminger wrote: > > Why not implement a true virtual network rather than simple > > tunnel pairs? > > > What would a true virtual network do? You mean with routers and such? Rather than just a pair, you could do address matching of destination address. > > I use my redirect device (basically same as etun) to join virtual > routers together, > but all of the virtual routing (and bridging, etc) logic is already in > the kernel > and just has to be configured properly.... > > Ben >