Blame SOURCES/0161-man-ip-link-Specify-min-max-values-for-bridge-slave-.patch

4aca6e
From fae9e8e688591e1680a7c8da2d20770e28b75e9b Mon Sep 17 00:00:00 2001
4aca6e
From: Phil Sutter <psutter@redhat.com>
4aca6e
Date: Wed, 5 Apr 2017 15:18:12 +0200
4aca6e
Subject: [PATCH] man: ip-link: Specify min/max values for bridge slave
4aca6e
 priority and cost
4aca6e
4aca6e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1374360
4aca6e
Upstream Status: iproute2.git commit 058d28b44c6cc
4aca6e
4aca6e
commit 058d28b44c6cc66e5cdce31e80dc7284ccb22017
4aca6e
Author: Phil Sutter <phil@nwl.cc>
4aca6e
Date:   Tue Apr 4 17:08:43 2017 +0200
4aca6e
4aca6e
    man: ip-link: Specify min/max values for bridge slave priority and cost
4aca6e
4aca6e
    The values are parsed as u16/u32, but kernel limits allowed values.
4aca6e
4aca6e
    Signed-off-by: Phil Sutter <phil@nwl.cc>
4aca6e
---
4aca6e
 man/man8/ip-link.8.in | 4 ++--
4aca6e
 1 file changed, 2 insertions(+), 2 deletions(-)
4aca6e
4aca6e
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
4aca6e
index e4e95b7..5c80666 100644
4aca6e
--- a/man/man8/ip-link.8.in
4aca6e
+++ b/man/man8/ip-link.8.in
4aca6e
@@ -1390,10 +1390,10 @@ is a number representing the following states:
4aca6e
 .BR 4 " (blocking)."
4aca6e
 
4aca6e
 .BI priority " PRIO"
4aca6e
-- set port priority (a 16bit unsigned value).
4aca6e
+- set port priority (allowed values are between 0 and 63, inclusively).
4aca6e
 
4aca6e
 .BI cost " COST"
4aca6e
-- set port cost (a 32bit unsigned value).
4aca6e
+- set port cost (allowed values are between 1 and 65535, inclusively).
4aca6e
 
4aca6e
 .BR guard " { " on " | " off " }"
4aca6e
 - block incoming BPDU packets on this port.
4aca6e
-- 
4aca6e
1.8.3.1
4aca6e