naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

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

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