diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-09 22:17:59 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-09 22:17:59 +0100 |
commit | 709c578e123bcf258eba1d15842b63eb63413523 (patch) | |
tree | 63029c3911e1896df425f619c16fac7b32eb444e | |
parent | 07ecc0c33fb32878cac25ec84f2f3a977588f0dd (diff) | |
download | vyos-1x-709c578e123bcf258eba1d15842b63eb63413523.tar.gz vyos-1x-709c578e123bcf258eba1d15842b63eb63413523.zip |
op-mode: T5658: adjust "monitor traceroute" CLI argument index
-rw-r--r-- | op-mode-definitions/monitor-traceroute.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/monitor-traceroute.xml.in b/op-mode-definitions/monitor-traceroute.xml.in index e6263b076..7697228b3 100644 --- a/op-mode-definitions/monitor-traceroute.xml.in +++ b/op-mode-definitions/monitor-traceroute.xml.in @@ -12,7 +12,7 @@ <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> + <command>${vyos_op_scripts_dir}/mtr.py ${@:3}</command> <children> <leafNode name="node.tag"> <properties> @@ -21,7 +21,7 @@ <script>${vyos_op_scripts_dir}/mtr.py --get-options "${COMP_WORDS[@]}"</script> </completionHelp> </properties> - <command>${vyos_op_scripts_dir}/mtr.py ${@:2}</command> + <command>${vyos_op_scripts_dir}/mtr.py ${@:3}</command> </leafNode> </children> </tagNode> |