From a10e594c1ad8f1bd51f2be9e82960a43c78ebced Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Thu, 7 Jun 2018 23:40:00 +0200 Subject: T689: Convert show bridge to new syntax --- op-mode-definitions/show-bridge.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 op-mode-definitions/show-bridge.xml diff --git a/op-mode-definitions/show-bridge.xml b/op-mode-definitions/show-bridge.xml new file mode 100644 index 000000000..53fe9175d --- /dev/null +++ b/op-mode-definitions/show-bridge.xml @@ -0,0 +1,37 @@ + + + + + + + Show bridging information + + /sbin/brctl show + + + + Show bridge information for a given bridge interface + + + + + /sbin/brctl show '$3' + + + + Show bridge Media Access Control (MAC) address table + + /sbin/brctl showmacs '$3' + + + + Show bridge spanning tree information + + /sbin/brctl showstp '$3' + + + + + + + -- cgit v1.2.3