Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/doc ticket 1355
details: https://anonhg.NetBSD.org/src/rev/8cdb014fea58
branches: netbsd-1-6
changeset: 530490:8cdb014fea58
user: grant <grant%NetBSD.org@localhost>
date: Mon Jun 30 03:15:40 2003 +0000
description:
ticket 1355
diffstat:
doc/CHANGES-1.6.2 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 63164d07d1f2 -r 8cdb014fea58 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Mon Jun 30 03:13:05 2003 +0000
+++ b/doc/CHANGES-1.6.2 Mon Jun 30 03:15:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.2,v 1.1.2.87 2003/06/30 03:00:40 grant Exp $
+# $NetBSD: CHANGES-1.6.2,v 1.1.2.88 2003/06/30 03:15:40 grant Exp $
A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
@@ -984,3 +984,19 @@
Rename WDSF_EN_WR_CACHE to WDSF_WRITE_CACHE_EN for consistency with
other subcommands.
[bouyer, ticket #1354]
+
+sbin/brconfig/brconfig.8 1.9 (via patch)
+sbin/brconfig/brconfig.c 1.5 (via patch)
+sys/net/if_bridge.c 1.11 (via patch)
+sys/net/if_bridgevar.h 1.3 (via patch)
+
+ 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.
+ [bouyer, ticket #1355]
Home |
Main Index |
Thread Index |
Old Index