<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="interfaces"> <children> <tagNode name="input"> <properties> <help>Show specified Input interface information</help> <completionHelp> <path>interfaces input</path> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=input</command> <children> <leafNode name="brief"> <properties> <help>Show summary of the specified input interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=input</command> </leafNode> </children> </tagNode> <node name="input"> <properties> <help>Show Input (ifb) interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=input</command> <children> <leafNode name="detail"> <properties> <help>Show detailed input interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show --intf_type=input</command> </leafNode> </children> </node> </children> </node> </children> </node> </interfaceDefinition>