Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 03/19/2003 12:34:35
Module Name: src
Committed By: bouyer
Date: Wed Mar 19 10:34:34 UTC 2003
Modified Files:
src/sbin/brconfig: brconfig.8 brconfig.c
src/sys/net: if_bridge.c if_bridgevar.h
Log Message:
Fix 2 bugs:
- initialise stp when the bridge is turned up, without this stp will keep
all interfaces disabled in a sequence like:
brconfig bridge0 add if0 add if1 stp if0 stp if1 up
- s/BRDGSPRI/BRDGSIFPRIO in brconfig.c:cmd_ifpriority()
add a command (ifpathcost) to change the stp path cost of the STP path cost of
an interface. Display the interface path cost with the others STP parameters.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sbin/brconfig/brconfig.8
cvs rdiff -r1.4 -r1.5 src/sbin/brconfig/brconfig.c
cvs rdiff -r1.10 -r1.11 src/sys/net/if_bridge.c
cvs rdiff -r1.2 -r1.3 src/sys/net/if_bridgevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.