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

Modified Files:
	src/sbin/brconfig [netbsd-1-6]: brconfig.8

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.3 -r1.3.2.1 src/sbin/brconfig/brconfig.8

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