<?xml version="1.0"?> <interfaceDefinition> <node name="force"> <children> <node name="mtu"> <properties> <help>Show MTU max value for remote host protocol TCP</help> </properties> <children> <tagNode name="host"> <properties> <help>IP address of the remote host</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/force_mtu_host.sh $4</command> <children> <tagNode name="interface"> <properties> <help>Source interface</help> <completionHelp> <script>${vyos_completion_dir}/list_interfaces</script> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/force_mtu_host.sh $4 $6</command> </tagNode> </children> </tagNode> </children> </node> </children> </node> </interfaceDefinition>