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 <mmuehlfe@redhat.com>
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Andrea Claudi 2020-03-27 11:45:12 +01:00 committed by Stephen Hemminger
parent adcab267b8
commit 0641bed8a3
1 changed files with 5 additions and 2 deletions

View File

@ -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 <bridge_device>" command.
.SH bridge fdb - forwarding database management