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

[ Available lists | Index of cvs-src | Month of Jul 2006 | Week of 26 Jul 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Andrew Thompson <thompsa@FreeBSD.org>
Date
26 Jul 2006 10:45:39
Subject
cvs commit: src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h
Message-ID
200607261045.k6QAjdFb097371@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.173 seconds