From: Phil Sutter Date: Tue, 4 Apr 2017 15:08:43 +0000 (+0200) Subject: man: ip-link: Specify min/max values for bridge slave priority and cost X-Git-Tag: v4.11.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=058d28b44c6cc66e5cdce31e80dc7284ccb22017;p=thirdparty%2Fiproute2.git 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 --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 15b32bc66..a5ddfe7a1 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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.