File: manpage

package info (click to toggle)
bridge-utils 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: ansic: 1,327; sh: 694; makefile: 150
file content (16 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- bridge-utils.orig/doc/brctl.8	2023-01-25 23:26:59.581680539 +0100
+++ bridge-utils/doc/brctl.8	2023-01-25 23:08:18.058467969 +0100
@@ -151,11 +151,11 @@
 
 .B brctl setpathcost <bridge> <port> <cost>
 sets the port cost of the port <port> to <cost>. This is a
-dimensionless metric.
+dimensionless metric (from 1 to 65535, default is 100).
 
 .B brctl setportprio <bridge> <port> <priority>
 sets the port <port>'s priority to <priority>. The priority value is
-an unsigned 8-bit quantity (a number between 0 and 255), and has no
+a number from 0 (min) to 63 (max), default is 32, and has no
 dimension. This metric is used in the designated port and root port
 selection algorithms.