Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2006 10:45:38 +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/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h
Message-ID:  <200607261045.k6QAjdFb097371@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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