Subject: CVS commit: [netbsd-1-6] src/sys/net
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 06/30/2003 03:13:40
Module Name:	src
Committed By:	grant
Date:		Mon Jun 30 03:13:40 UTC 2003

Modified Files:
	src/sys/net [netbsd-1-6]: if_bridge.c

Log Message:
Apply patch (requested by bouyer in ticket #1355):

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.5.4.1 -r1.5.4.2 src/sys/net/if_bridge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.