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

Andrew Thompson thompsa at FreeBSD.org
Sun Nov 26 16:35:53 PST 2006


thompsa     2006-11-27 00:35:41 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifbridge.c 
    sys/net              bridgestp.c bridgestp.h if_bridge.c 
                         if_bridgevar.h 
  Log:
  Sync with the OpenBSD port of RSTP
   - use flags rather than sperate ioctls for edge, p2p
   - implement p2p and autop2p flags
   - define large pathcost constant as ULL
   - show bridgeid and rootid in ifconfig
  
  Obtained from:  Reyk Floeter <reyk at openbsd.org>
  
  Revision  Changes    Path
  1.6       +53 -39    src/sbin/ifconfig/ifbridge.c
  1.31      +33 -3     src/sys/net/bridgestp.c
  1.8       +3 -0      src/sys/net/bridgestp.h
  1.89      +26 -51    src/sys/net/if_bridge.c
  1.18      +16 -12    src/sys/net/if_bridgevar.h


More information about the cvs-src mailing list