Skip to content

Commit

Permalink
Merge pull request #260 from kroy-the-rabbit/patch-2
Browse files Browse the repository at this point in the history
T2153: fix op_mode traceroute circular reference
  • Loading branch information
c-po committed Mar 23, 2020
2 parents 53fc11a + 25ac10a commit c8964f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions op-mode-definitions/traceroute.xml
Expand Up @@ -12,7 +12,7 @@
<list>&lt;hostname&gt; &lt;x.x.x.x&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
</completionHelp>
</properties>
<command>traceroute $2</command>
<command>/usr/bin/traceroute $2</command>
</tagNode>
<tagNode name="ipv4">
<properties>
Expand All @@ -21,7 +21,7 @@
<list>&lt;hostname&gt; &lt;x.x.x.x&gt;</list>
</completionHelp>
</properties>
<command>traceroute -4 $3</command>
<command>/usr/bin/traceroute -4 $3</command>
</tagNode>
<tagNode name="ipv6">
<properties>
Expand All @@ -30,7 +30,7 @@
<list>&lt;hostname&gt; &lt;h:h:h:h:h:h:h:h&gt;</list>
</completionHelp>
</properties>
<command>traceroute -6 $3</command>
<command>/usr/bin/traceroute -6 $3</command>
</tagNode>
<tagNode name="vrf">
<properties>
Expand Down

0 comments on commit c8964f9

Please sign in to comment.