[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230804164952.2649270-1-nico.escande@gmail.com>
Date: Fri, 4 Aug 2023 18:49:52 +0200
From: Nicolas Escande <nico.escande@...il.com>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org,
idosch@...sch.org,
Nicolas Escande <nico.escande@...il.com>
Subject: [iproute2,v2] man: bridge: update bridge link show
Add missing man page documentation for bridge link show features added in
13a5d8fcb41b (bridge: link: allow filtering on bridge name) and
64108901b737 (bridge: Add support for setting bridge port attributes)
Signed-off-by: Nicolas Escande <nico.escande@...il.com>
---
man/man8/bridge.8 | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
index e0552819..5bf14bab 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 <bridge_device>" command.
.SH bridge fdb - forwarding database management
--
2.41.0
Powered by blists - more mailing lists