Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 00:18:34 +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:  <200701210018.l0L0IZFW052499@repoman.freebsd.org>

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



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