From owner-freebsd-net@FreeBSD.ORG Sun Nov 6 15:50:09 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A51016A41F; Sun, 6 Nov 2005 15:50:09 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2B643D45; Sun, 6 Nov 2005 15:50:07 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id jA6Fo6vx093542; Sun, 6 Nov 2005 18:50:06 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id jA6Fo5cB093541; Sun, 6 Nov 2005 18:50:05 +0300 (MSK) (envelope-from yar) Date: Sun, 6 Nov 2005 18:50:05 +0300 From: Yar Tikhiy To: Andrew Thompson Message-ID: <20051106155005.GC81664@comp.chem.msu.su> References: <20051029180124.GA97835@heff.fud.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051029180124.GA97835@heff.fud.org.nz> User-Agent: Mutt/1.5.9i Cc: freebsd-net@freebsd.org, Jon Otterholm Subject: Re: if_bridge and vlan X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 15:50:09 -0000 On Sun, Oct 30, 2005 at 07:01:25AM +1300, Andrew Thompson wrote: > On Sat, Oct 29, 2005 at 06:32:31PM +0200, Jon Otterholm wrote: > > > > Does anyone know if if_bridge supports vlan-interfaces? > > Yes it does. Last time I tried if_bridge wouldn't run STP over vlan interfaces. It was due some tests for IFT_ETHER only and not for IFT_L2VLAN in the code. However, after fixing those tests, STP was active on vlan, but still wasn't really working, presumably due to my switch swallowing the STP frames. I hope to continue investigating the issue when time permits. -- Yar