diff options
Diffstat (limited to 'op-mode-definitions/show-bridge.xml.in')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index 2c792be4a..6a099acb6 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -2,17 +2,24 @@ <interfaceDefinition> <node name="show"> <children> - <leafNode name="bridge"> + <node name="bridge"> <properties> <help>Show bridging information</help> </properties> - <command>bridge -c link show</command> - </leafNode> - <leafNode name="vlan"> + <children> + <leafNode name="vlan"> + <properties> + <help>View the VLAN filter settings of the bridge</help> + </properties> + <command>bridge -c vlan show</command> + </leafNode> + </children> + </node> + <leafNode name="bridge"> <properties> - <help>View the VLAN filter settings of the bridge</help> + <help>Show bridging information</help> </properties> - <command>bridge -c vlan show</command> + <command>bridge -c link show</command> </leafNode> <tagNode name="bridge"> <properties> |