Add missing man page documentation for bridge link show features added in
commit
13a5d8fcb41b ("bridge: link: allow filtering on bridge name") and
commit
64108901b737 ("bridge: Add support for setting bridge port attributes")
Signed-off-by: Nicolas Escande <nico.escande@gmail.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
.ti -8
.BR "bridge link" " [ " show " ] [ "
.B dev
-.IR DEV " ]"
+.IR DEV " ] ["
+.B master
+.IR DEVICE " ]"
.ti -8
.BR "bridge fdb" " { " add " | " append " | " del " | " replace " } "
.SS bridge link show - list ports configuration for all bridges.
-This command displays port configuration and flags for all bridges.
+This command displays ports configuration and flags for all bridges by default.
+
+.TP
+.BI dev " DEV"
+only display the specific bridge port named DEV.
-To display port configuration and flags for a specific bridge, use the
+.TP
+.BI master " DEVICE"
+only display ports of the bridge named DEVICE. This is similar to
"ip link show master <bridge_device>" command.
.SH bridge fdb - forwarding database management