<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="interfaces"> <children> <tagNode name="bonding"> <properties> <help>Show specified Bonding interface information</help> <completionHelp> <path>interfaces bonding</path> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=bonding</command> <children> <leafNode name="brief"> <properties> <help>Show summary of the specified bonding interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=bonding</command> </leafNode> <leafNode name="detail"> <properties> <help>Show detailed interface information</help> </properties> <command>if [ -f "/proc/net/bonding/$4" ]; then cat "/proc/net/bonding/$4"; else echo "Interface $4 does not exist!"; fi</command> </leafNode> <leafNode name="slaves"> <properties> <help>Show specified bonding interface information</help> </properties> <command>${vyos_op_scripts_dir}/show-bond.py --interface "$4"</command> </leafNode> <tagNode name="vif"> <properties> <help>Show specified virtual network interface (vif) information</help> <completionHelp> <path>interfaces bonding ${COMP_WORDS[3]} vif</path> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4.$6" --intf-type=bonding</command> <children> <leafNode name="brief"> <properties> <help>Show summary of specified virtual network interface (vif) information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4.$6" --intf-type=bonding</command> </leafNode> </children> </tagNode> </children> </tagNode> <node name="bonding"> <properties> <help>Show Bonding interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=bonding</command> <children> <leafNode name="detail"> <properties> <help>Show detailed bonding interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=bonding</command> </leafNode> <leafNode name="slaves"> <properties> <help>Show specified bonding interface information</help> </properties> <command>${vyos_op_scripts_dir}/show-bond.py --slaves</command> </leafNode> </children> </node> </children> </node> </children> </node> </interfaceDefinition>