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:
parent
adcab267b8
commit
0641bed8a3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue