man: ip-link: Specify min/max values for bridge slave priority and cost
The values are parsed as u16/u32, but kernel limits allowed values. Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
9fd7b86c2d
commit
058d28b44c
|
|
@ -1714,10 +1714,10 @@ is a number representing the following states:
|
||||||
.BR 4 " (blocking)."
|
.BR 4 " (blocking)."
|
||||||
|
|
||||||
.BI priority " PRIO"
|
.BI priority " PRIO"
|
||||||
- set port priority (a 16bit unsigned value).
|
- set port priority (allowed values are between 0 and 63, inclusively).
|
||||||
|
|
||||||
.BI cost " COST"
|
.BI cost " COST"
|
||||||
- set port cost (a 32bit unsigned value).
|
- set port cost (allowed values are between 1 and 65535, inclusively).
|
||||||
|
|
||||||
.BR guard " { " on " | " off " }"
|
.BR guard " { " on " | " off " }"
|
||||||
- block incoming BPDU packets on this port.
|
- block incoming BPDU packets on this port.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue