cvs commit: src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h

Andrew Thompson thompsa at FreeBSD.org
Wed Jul 26 10:45:39 UTC 2006


thompsa     2006-07-26 10:45:38 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bridgestp.c bridgestp.h if_bridge.c 
                         if_bridgevar.h 
  Log:
  Forced commit due to missing log on the last revision.
  
  Split the spanning tree state into its own structures and provide a simple API
  to perform functions such as adding and deleting ports. This is just a
  mechanical change and the STP operation remains the same. The bridgestp code
  now has no knowledge of if_bridge.
  
  This makes the code easier to read and can now also support other bridges such
  as ng_bridge.
  
  Revision  Changes    Path
  1.14      +0 -0      src/sys/net/bridgestp.c
  1.2       +0 -0      src/sys/net/bridgestp.h
  1.69      +0 -0      src/sys/net/if_bridge.c
  1.13      +0 -0      src/sys/net/if_bridgevar.h


More information about the cvs-all mailing list