From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 26 Apr 2007 21:07:21 -0700 From: Stephen Hemminger Subject: Re: [Bridge] PVST Message-ID: <20070426210721.3fcf9f08@localhost.localdomain> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leigh Sharpe Cc: bridge On Fri, 27 Apr 2007 10:47:42 +1000 "Leigh Sharpe" wrote: > Hi All, > Does the current bridging code handle PVST properly, or just ordinary > STP? Ordinary, STP. The 2.6.22 kernel will have all the bits to run STP in user mode, and there is a version of RSTP in userspace see: git://git.kernel.org/pub/scm/linux/kernel/shemminger/git/rstp.git The RSTP code uses the rstplib and it knows about VLAN's, but the hooks aren't there yet. Eventually, full MSTP 802.Q seems like a good idea. Someone had sent some patches to do PVST, but PVST seems to be Cisco centric. and the patched version was too inflexible, so I didn't put it in mainline.