diff options
Diffstat (limited to 'op-mode-definitions/show-interfaces-input.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-input.xml.in | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/op-mode-definitions/show-interfaces-input.xml.in b/op-mode-definitions/show-interfaces-input.xml.in index e5d420056..705b94a1a 100644 --- a/op-mode-definitions/show-interfaces-input.xml.in +++ b/op-mode-definitions/show-interfaces-input.xml.in @@ -4,37 +4,38 @@ <children> <node name="interfaces"> <children> - <tagNode name="input"> + <node name="input"> <properties> - <help>Show specified Input interface information</help> - <completionHelp> - <path>interfaces input</path> - </completionHelp> + <help>Show input (ifb) interface information</help> </properties> - <command>${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=input</command> + <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=input</command> <children> - <leafNode name="brief"> + <leafNode name="detail"> <properties> - <help>Show summary of the specified input interface information</help> + <help>Show detailed input interface information</help> </properties> - <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=input</command> + <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=input</command> </leafNode> </children> - </tagNode> - <node name="input"> + </node> + <virtualTagNode> <properties> - <help>Show Input (ifb) interface information</help> + <help>Show specified input interface information</help> + <completionHelp> + <path>interfaces input</path> + </completionHelp> </properties> - <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=input</command> + <command>${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=input</command> <children> - <leafNode name="detail"> + <leafNode name="brief"> <properties> - <help>Show detailed input interface information</help> + <help>Show summary of the specified input interface information</help> </properties> - <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=input</command> + <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=input</command> </leafNode> + #include <include/show-interface-type-event-log.xml.i> </children> - </node> + </virtualTagNode> </children> </node> </children> |