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

2008-06-01 Thread Andrew Thompson
thompsa 2008-06-02 02:30:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net bridgestp.c bridgestp.h Log: SVN rev 179484 on 2008-06-02 02:30:02Z by thompsa MFC r177993 Fix spelling, retaining old define. Revision Changes

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

2008-04-07 Thread Andrew Thompson
thompsa 2008-04-08 06:55:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net bridgestp.c bridgestp.h Log: MFC bridgestp.c r1.40, bridgestp.h r1.15 Fix spelling, retaining old define. Revision ChangesPath 1.39.2.1 +7 -7

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

2007-12-09 Thread Andrew Thompson
thompsa 2007-12-09 20:47:13 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h Log: Fix spelling. Obtained from: OpenBSD Revision ChangesPath 1.40 +7 -7 src/sys/net/bridgestp.c 1.15 +1 -1 src/sys/net/bri

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

2007-08-24 Thread Andrew Thompson
thompsa 2007-08-24 10:34:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net bridgestp.c bridgestp.h Log: MFC r1.38,1.39 - Ensure the path cost does not exceed 65535 in legacy STP mode. - If the path cost is calculated when the li

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

2007-08-04 Thread Andrew Thompson
thompsa 2007-08-04 21:09:05 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h Log: - Ensure the path cost does not exceed 65535 in legacy STP mode. - If the path cost is calculated when the link is down, set a pending flag so it is calc

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

2007-04-25 Thread Andrew Thompson
thompsa 2007-04-26 02:08:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net bridgestp.c bridgestp.h if_bridge.c Log: MFC bridgestp.c r1.35-36, bridgestp.h r1.13, if_bridge.c r1.94-95 - Change the passing of callbacks to a struct in cas

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

2007-03-09 Thread Andrew Thompson
thompsa 2007-03-09 19:34:55 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h if_bridge.c Log: Change the passing of callbacks to a struct in case this needs to be extended in the future. Revision ChangesPath 1.35 +3 -4

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

2006-12-04 Thread Shteryana Shopova
syrinx 2006-12-04 14:45:03 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h Log: Add two new flags to if_bridge(4) indicating whether the edge flag of the bridge port and path cost have

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

2006-11-26 Thread Andrew Thompson
thompsa 2006-11-26 18:43:48 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h if_bridge.c Log: use two stage creation of stp ports, this means that the stp variables can be set before the port is marked STP and they will no longer be overwr

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

2006-11-09 Thread Andrew Thompson
thompsa 2006-11-09 22:50:49 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h Log: MFp4 - Each stp port is added sequentially so it was possible for our bridgeid to change every time because the new port has a lower MAC address. Inst

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

2006-08-01 Thread Andrew Thompson
thompsa 2006-08-02 02:47:27 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h Log: Add a callback so we can notify the parent bridge that a port state change has occured, we need to do this from a taskqueue to avoid a LOR with the if_bridge

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

2006-07-31 Thread Andrew Thompson
thompsa 2006-07-31 20:24:46 UTC FreeBSD src repository Modified files: sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h Log: Add some statistics that are needed to support RFC4188 as part of the SoC2006 work on a bridge monitorin

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

2006-07-26 Thread Dag-Erling Smørgrav
Andrew Thompson <[EMAIL PROTECTED]> writes: > Revision ChangesPath > 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 This (or one of your othe

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

2006-07-26 Thread Andrew Thompson
On Wed, Jul 26, 2006 at 02:46:50PM +0400, Maxim Konovalov wrote: > On Wed, 26 Jul 2006, 10:43-, Andrew Thompson wrote: > > > thompsa 2006-07-26 10:43:02 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/net bridgestp.c if_bridge.c if_bridgevar.h > >

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

2006-07-26 Thread Maxim Konovalov
On Wed, 26 Jul 2006, 10:43-, Andrew Thompson wrote: > thompsa 2006-07-26 10:43:02 UTC > > FreeBSD src repository > > Modified files: > sys/net bridgestp.c if_bridge.c if_bridgevar.h > Added files: > sys/net bridgestp.h > Log: > /tmp/cvsuusTrc It

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

2006-07-26 Thread Andrew Thompson
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 str

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

2006-07-26 Thread Andrew Thompson
thompsa 2006-07-26 10:43:02 UTC FreeBSD src repository Modified files: sys/net bridgestp.c if_bridge.c if_bridgevar.h Added files: sys/net bridgestp.h Log: /tmp/cvsuusTrc Revision ChangesPath 1.13 +632 -562 src/sys/net/bridgestp.