mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-25 01:38:13 +00:00
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)."
|
||||
|
||||
.BI priority " PRIO"
|
||||
- set port priority (a 16bit unsigned value).
|
||||
- set port priority (allowed values are between 0 and 63, inclusively).
|
||||
|
||||
.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 " }"
|
||||
- block incoming BPDU packets on this port.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user