Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2006 09:07:47 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h
Message-ID:  <200611010907.kA197lp8069426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2006-11-01 09:07:47 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifbridge.c ifconfig.8 
    sys/net              bridgestp.c bridgestp.h if_bridge.c 
                         if_bridgevar.h 
  Log:
  Bring in support for the Rapid Spanning Tree Protocol (802.1w).
  
  RSTP provides faster spanning tree convergence, the protocol will exchange
  information with neighboring switches to quickly transition to forwarding
  without creating loops. The code will default to RSTP mode but will downgrade
  any port connected to a legacy STP network so is fully backward compatible.
  
  Reviewed by:    syrinx
  Tested by:      syrinx
  
  Revision  Changes     Path
  1.4       +146 -29    src/sbin/ifconfig/ifbridge.c
  1.125     +36 -7      src/sbin/ifconfig/ifconfig.8
  1.21      +1716 -858  src/sys/net/bridgestp.c
  1.5       +170 -51    src/sys/net/bridgestp.h
  1.83      +169 -122   src/sys/net/if_bridge.c
  1.16      +18 -3      src/sys/net/if_bridgevar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611010907.kA197lp8069426>