<?xml version="1.0"?> <interfaceDefinition> <node name="monitor"> <children> <tagNode name="traceroute"> <properties> <help>Monitor Traceroute and ping path to target</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/mtr.py ${@:3}</command> <children> <leafNode name="node.tag"> <properties> <help>mtr options</help> <completionHelp> <script>${vyos_op_scripts_dir}/mtr.py --get-options-nested "${COMP_WORDS[@]}"</script> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/mtr.py ${@:3}</command> </leafNode> </children> </tagNode> </children> </node> <tagNode name="mtr"> <properties> <help>Monitor Traceroute and ping path to target</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/mtr.py ${@:2}</command> <children> <leafNode name="node.tag"> <properties> <help>Traceroute options</help> <completionHelp> <script>${vyos_op_scripts_dir}/mtr.py --get-options "${COMP_WORDS[@]}"</script> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/mtr.py ${@:2}</command> </leafNode> </children> </tagNode> </interfaceDefinition>