From: Andrea Claudi Date: Fri, 27 Mar 2020 10:45:12 +0000 (+0100) Subject: man: bridge.8: fix bridge link show description X-Git-Tag: v5.6.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0641bed8a3c779c37746c4d7be9e01a35e920841;p=thirdparty%2Fiproute2.git man: bridge.8: fix bridge link show description When multiple bridges are present, 'bridge link show' diplays ports for all bridges. Make this clear in the command description, and point out the user to the ip command to display ports for a specific bridge. Reported-by: Marc Muehlfeld Signed-off-by: Andrea Claudi Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index 1804f0b42..b9bd6bc5c 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -420,9 +420,12 @@ link setting is configured on the software bridge (default) .BR "\-t" , " \-timestamp" display current time when using monitor option. -.SS bridge link show - list bridge port configuration. +.SS bridge link show - list ports configuration for all bridges. -This command displays the current bridge port configuration and flags. +This command displays port configuration and flags for all bridges. + +To display port configuration and flags for a specific bridge, use the +"ip link show master " command. .SH bridge fdb - forwarding database management