<?xml version="1.0"?> <interfaceDefinition> <tagNode name="ping"> <properties> <help>Send Internet Control Message Protocol (ICMP) echo request</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/ping.py ${@:2}</command> <children> <leafNode name="node.tag"> <properties> <help>Ping options</help> <completionHelp> <script>${vyos_op_scripts_dir}/ping.py --get-options "${COMP_WORDS[@]}"</script> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/ping.py ${@:2}</command> </leafNode> </children> </tagNode> </interfaceDefinition>