From owner-freebsd-net@FreeBSD.ORG Thu Mar 8 15:31:24 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E6A116A400 for ; Thu, 8 Mar 2007 15:31:24 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 095C813C48E for ; Thu, 8 Mar 2007 15:31:23 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so925057ugh for ; Thu, 08 Mar 2007 07:31:22 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uJwasihPofh6PtmAzd9vy6WRj2SawitSP03Co/97zeuvaYPqB+W710W3qq3u+AriDsRLgTCt+rC2KkkoIc6xfdItFykUTztUVQCS5mGazf1TtXj0W7Z9n0Ed8cA44XLFHnxoVDUFWsAm4Gfw1maUNY1S+W4y+R5P8wZMB/gkjzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B33pGx+CONqn6idlvypuW4Rb6Lo80vwMweLYWS6gyb9X3Vs8qXlRDutQgB5CeXdaiuugYFpq/mrj+cL6DPGz1gNDmUdxRkS/G0X0sqP8nhFAIbS/3on2RotpgYUHozHq0eWYAj+WaxBCPbzyvaTNCRpPHfyUt0/5geCjB4tP7MU= Received: by 10.114.126.1 with SMTP id y1mr190187wac.1173367881902; Thu, 08 Mar 2007 07:31:21 -0800 (PST) Received: by 10.114.73.19 with HTTP; Thu, 8 Mar 2007 07:31:21 -0800 (PST) Message-ID: <8061fbee0703080731x7fd70eabye73d10eeb9f15ab6@mail.gmail.com> Date: Thu, 8 Mar 2007 10:31:21 -0500 From: "Corey Smith" To: "Andrew Thompson" In-Reply-To: <20070307205311.GB54828@heff.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8061fbee0703071206w58c1985fl78d7110a040fa144@mail.gmail.com> <20070307205311.GB54828@heff.fud.org.nz> Cc: freebsd-net@freebsd.org Subject: Re: 802.1q bridged trunk with STP 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: Thu, 08 Mar 2007 15:31:24 -0000 On 3/7/07, Andrew Thompson wrote: > The stp code in > 6.2-RELEASE explicitly does not allow stp to be enabled > on a vlan and people who have removed this check have reported that it > does indeed not work. Is there a way to allow a bridge to be a vlandev ? For my environment it would be sufficient to run STP on the untagged physical interface so the vlan interfaces would only send and receive on the forwarding member. -Corey Smith