From owner-freebsd-arch@FreeBSD.ORG Wed Sep 28 10:29:49 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10FB816A41F for ; Wed, 28 Sep 2005 10:29:49 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3309F43D5A for ; Wed, 28 Sep 2005 10:29:48 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id j8SATXab018164; Wed, 28 Sep 2005 03:29:33 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id j8SATXM9018163; Wed, 28 Sep 2005 03:29:33 -0700 (PDT) (envelope-from rizzo) Date: Wed, 28 Sep 2005 03:29:33 -0700 From: Luigi Rizzo To: Yar Tikhiy Message-ID: <20050928032933.G16027@xorpc.icir.org> References: <200509241525.16173.max@love2party.net> <20050924192237.GP40237@cirb503493.alcatel.com.au> <20050928102153.GA86457@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050928102153.GA86457@comp.chem.msu.su>; from yar@comp.chem.msu.su on Wed, Sep 28, 2005 at 02:21:53PM +0400 Cc: Peter Jeremy , freebsd-arch@freebsd.org, Max Laier Subject: Re: Bridges X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 10:29:49 -0000 On Wed, Sep 28, 2005 at 02:21:53PM +0400, Yar Tikhiy wrote: > On Sun, Sep 25, 2005 at 05:22:38AM +1000, Peter Jeremy wrote: > > > > Since I've recently needed it, neither bridge.c nor if_bridge.c allow > > you to bridge VLAN trunks (you can bridge individual VLANs but that > > becomes unwieldly when you have dozens of VLANs). I have code to do > > this in bridge.c. > > Couldn't you bridge across the parent, or trunk, physical interfaces > carrying tagged VLAN traffic then? (Of course, hardware support for > VLAN should be turned off on them in that case.) yes in fact i was wondering what's wrong with that because we have been using bridge.c like this for ages now... cheers luigi > -- > Yar > _______________________________________________ > freebsd-arch@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"