Blame SOURCES/0012-man-bridge.8-fix-bridge-link-show-description.patch

07a51b
From 12bf930c542feeb9578d9320bc39a34365747127 Mon Sep 17 00:00:00 2001
07a51b
From: Andrea Claudi <aclaudi@redhat.com>
07a51b
Date: Thu, 30 Apr 2020 12:43:30 +0200
07a51b
Subject: [PATCH] man: bridge.8: fix bridge link show description
07a51b
07a51b
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1817571
07a51b
Upstream Status: iproute2.git commit 0641bed8a3c77
07a51b
07a51b
commit 0641bed8a3c779c37746c4d7be9e01a35e920841
07a51b
Author: Andrea Claudi <aclaudi@redhat.com>
07a51b
Date:   Fri Mar 27 11:45:12 2020 +0100
07a51b
07a51b
    man: bridge.8: fix bridge link show description
07a51b
07a51b
    When multiple bridges are present, 'bridge link show' diplays ports
07a51b
    for all bridges. Make this clear in the command description, and
07a51b
    point out the user to the ip command to display ports for a specific
07a51b
    bridge.
07a51b
07a51b
    Reported-by: Marc Muehlfeld <mmuehlfe@redhat.com>
07a51b
    Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
07a51b
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
07a51b
---
07a51b
 man/man8/bridge.8 | 7 +++++--
07a51b
 1 file changed, 5 insertions(+), 2 deletions(-)
07a51b
07a51b
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
07a51b
index bb4fb521f8e57..d750e54a17b8b 100644
07a51b
--- a/man/man8/bridge.8
07a51b
+++ b/man/man8/bridge.8
07a51b
@@ -409,9 +409,12 @@ link setting is configured on the software bridge (default)
07a51b
 .BR "\-t" , " \-timestamp"
07a51b
 display current time when using monitor option.
07a51b
 
07a51b
-.SS bridge link show - list bridge port configuration.
07a51b
+.SS bridge link show - list ports configuration for all bridges.
07a51b
 
07a51b
-This command displays the current bridge port configuration and flags.
07a51b
+This command displays port configuration and flags for all bridges.
07a51b
+
07a51b
+To display port configuration and flags for a specific bridge, use the
07a51b
+"ip link show master <bridge_device>" command.
07a51b
 
07a51b
 .SH bridge fdb - forwarding database management
07a51b
 
07a51b
-- 
07a51b
2.25.4
07a51b