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:
Phil Sutter 2017-04-04 17:08:43 +02:00 committed by Stephen Hemminger
parent 9fd7b86c2d
commit 058d28b44c

View File

@ -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.