cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net
 bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h
    Andrew Thompson 
    thompsa at FreeBSD.org
       
    Sun Jan 21 00:18:35 UTC 2007
    
    
  
thompsa     2007-01-21 00:18:34 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_6)
    sbin/ifconfig        ifbridge.c ifconfig.8 
    sys/net              bridgestp.c if_bridge.c if_bridgevar.h 
  Added files:           (Branch: RELENG_6)
    sys/net              bridgestp.h 
  Log:
  MFC Rapid Spanning Tree support.
  
  This fully syncs bridgestp* and if_bridge* to HEAD with the exception of the
  default spanning tree protocol being v1 and not rstp.
  
  Revision   Changes     Path
  1.1.2.4    +165 -26    src/sbin/ifconfig/ifbridge.c
  1.95.2.19  +57 -8      src/sbin/ifconfig/ifconfig.8
  1.3.2.10   +1846 -826  src/sys/net/bridgestp.c
  1.12.2.1   +391 -0     src/sys/net/bridgestp.h (new)
  1.11.2.46  +260 -173   src/sys/net/if_bridge.c
  1.4.2.8    +29 -132    src/sys/net/if_bridgevar.h
    
    
More information about the cvs-all
mailing list