From: Nicolas Escande Date: Fri, 4 Aug 2023 16:49:52 +0000 (+0200) Subject: man: bridge: update bridge link show X-Git-Tag: v6.5.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb93753e1042d07e2167bd0decf933fcf19a4631;p=thirdparty%2Fiproute2.git man: bridge: update bridge link show 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 Reviewed-by: Ido Schimmel Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index e05528199..5bf14bab2 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -66,7 +66,9 @@ bridge \- show / manipulate bridge addresses and devices .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 " } " @@ -661,9 +663,15 @@ display current time when using monitor option. .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 " command. .SH bridge fdb - forwarding database management