diff options
Diffstat (limited to 'op-mode-definitions/show-bridge.xml')
-rw-r--r-- | op-mode-definitions/show-bridge.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/op-mode-definitions/show-bridge.xml b/op-mode-definitions/show-bridge.xml index 53fe9175d..0d80de86e 100644 --- a/op-mode-definitions/show-bridge.xml +++ b/op-mode-definitions/show-bridge.xml @@ -2,12 +2,12 @@ <interfaceDefinition> <node name="show"> <children> - <node name="bridge"> + <leafNode name="bridge"> <properties> <help>Show bridging information</help> </properties> <command>/sbin/brctl show</command> - </node> + </leafNode> <tagNode name="bridge"> <properties> <help>Show bridge information for a given bridge interface</help> @@ -17,18 +17,18 @@ </properties> <command>/sbin/brctl show '$3'</command> <children> - <node name="macs"> + <leafNode name="macs"> <properties> <help>Show bridge Media Access Control (MAC) address table</help> </properties> <command>/sbin/brctl showmacs '$3'</command> - </node> - <node name="spanning-tree"> + </leafNode> + <leafNode name="spanning-tree"> <properties> <help>Show bridge spanning tree information</help> </properties> <command>/sbin/brctl showstp '$3'</command> - </node> + </leafNode> </children> </tagNode> |