diff options
Diffstat (limited to 'op-mode-definitions/show-bridge.xml.in')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index 40fadac8b..47c3d2e6e 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -43,12 +43,6 @@ </leafNode> </children> </node> - <leafNode name="bridge"> - <properties> - <help>Show bridging information</help> - </properties> - <command>${vyos_op_scripts_dir}/bridge.py show</command> - </leafNode> <tagNode name="bridge"> <properties> <help>Show bridge information for a given bridge interface</help> @@ -57,6 +51,10 @@ </completionHelp> </properties> <command>bridge -c link show | grep "master $3"</command> + <standalone> + <help>Show bridge interface information</help> + <command>${vyos_op_scripts_dir}/bridge.py show</command> + </standalone> <children> <node name="spanning-tree"> <properties> |