From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=EnFiwkcguUWlxJ7RTh+dB3xaC79lvovWygH4S81AXOM=; b=EumYWz0CUFcznDfnIW3C2zqjhxAgO4Dp1y+SRty4Kx6Ob6OUTkUm6OdYxSTB3ybCLW sXjlIARHKqSpqCHkJcp0bEvrF7FRu+SK6Nsgdnh/nfQG8SUSphnJGNoQuK1Jurx93SJZ 17oE8/pKITBaDhUcGFlajf7v/OQNkoF7l6ojI= Sender: Martino Fornasa Message-ID: <4EB8F874.8090408@cipi.unige.it> Date: Tue, 08 Nov 2011 10:37:56 +0100 From: Martino Fornasa MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Bridge] RSTP implementation status List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.linux-foundation.org Hi all. I'm interested in RSTP implementation (and maybe in contributing to it). I read this [http://lkml.indiana.edu/hypermail/linux/net/0807.1/0011.html] message, and I had a look on the ongoing RSTP project hosted at [https://github.com/shemminger/RSTP]. Is this project still running? I noticed that such a ongoing project is based on rstplib [http://rstplib.sourceforge.net/]. By taking a brief look at the code, it seems to me that such a code is based on the obsolete 802.1w specification, while the newest specification for RSTP is contained in 802.1D-2004; and such a specification (beside incorporating compatibility with STP) is radically different from 802.1w (e.g., different set of states on state machines...), and it is not easy to understand the amount of interoperability between the two. I think that a serious issue in implementing network bridging/routing protocols is to proper validate and testing it. For example, I know that there are companies that offer commercial validation system for network protocol. As some RSTP implementations as been put in the past in the kernel, and STP is already in it, are such implementations have been tested and validated? How? B.R., Martino Fornasa.