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