]> git.ipfire.org Git - people/ms/rstp.git/commit
Add in new RSTP implementation to replace RSTPLIB.
authorSrinivas Aji <Aji_Srinivas@emc.com>
Thu, 29 Nov 2007 19:58:09 +0000 (01:28 +0530)
committerSrinivas Aji <Aji_Srinivas@emc.com>
Wed, 27 Feb 2008 18:03:50 +0000 (23:33 +0530)
commit325941057766e20bfde2052d99b4b54b32856249
tree271d004fa8d72fd61a96a0a2a4d8562ff9bd3e69
parent741d86705c844713da06a1d648810bb963777363
Add in new RSTP implementation to replace RSTPLIB.

   We have a new implementation of RSTP, which is meant to implement the
   Spanning Tree Protocol in IEEE 802.1D-2004. This implementation is
   written as a library consisting of one .c file and one .h file.
   It is written from scratch directly from the 802.1D-2004 document.
   This commit adds the files rstp.h and rstp.c to the directory, in
   preparation for modifying other code to use this instead of rstplib.

Signed-off-by: Srinivas Aji <Aji_Srinivas@emc.com>
rstp.c [new file with mode: 0644]
rstp.h [new file with mode: 0644]