diff options
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index 8c1f7c398..78c350e44 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -29,6 +29,12 @@ </properties> <command>/sbin/brctl showstp $3</command> </leafNode> + <leafNode name="fdb"> + <properties> + <help>Show the forwarding database of the bridge</help> + </properties> + <command>/usr/sbin/bridge -c fdb show br $3</command> + </leafNode> </children> </tagNode> </children> |