From 25ac10a2f4d216b18ef93ae5bdd3e39e0cc25239 Mon Sep 17 00:00:00 2001 From: kroy-the-rabbit Date: Mon, 23 Mar 2020 10:05:09 -0500 Subject: T2153: fix op_mode traceroute circular reference traceroute was calling the cli version of itself instead of the underlying binary --- op-mode-definitions/traceroute.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/op-mode-definitions/traceroute.xml b/op-mode-definitions/traceroute.xml index d16e9e3b8..d623fe103 100644 --- a/op-mode-definitions/traceroute.xml +++ b/op-mode-definitions/traceroute.xml @@ -12,7 +12,7 @@ <hostname> <x.x.x.x> <h:h:h:h:h:h:h:h> - traceroute $2 + /usr/bin/traceroute $2 @@ -21,7 +21,7 @@ <hostname> <x.x.x.x> - traceroute -4 $3 + /usr/bin/traceroute -4 $3 @@ -30,7 +30,7 @@ <hostname> <h:h:h:h:h:h:h:h> - traceroute -6 $3 + /usr/bin/traceroute -6 $3 -- cgit v1.2.3