summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-02 20:14:30 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-02 20:14:30 +0200
commit091efc96bc0fbeea7c7bf1e8e234c72bc8df801b (patch)
tree646b67e1ad402ef5d53c782b59ef5c77e77f1ce7 /op-mode-definitions
parentf2cc87a259df1d2ab4d0a7eb366224a238422048 (diff)
downloadvyos-1x-091efc96bc0fbeea7c7bf1e8e234c72bc8df801b.tar.gz
vyos-1x-091efc96bc0fbeea7c7bf1e8e234c72bc8df801b.zip
op-mode: arping: T689: use full path to binary
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/force-arp.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/force-arp.xml b/op-mode-definitions/force-arp.xml
index 3eadabf0a..c7bcad413 100644
--- a/op-mode-definitions/force-arp.xml
+++ b/op-mode-definitions/force-arp.xml
@@ -27,13 +27,13 @@
<properties>
<help>Send gratuitous ARP reply for specified address</help>
</properties>
- <command>sudo arping -I $5 -c 1 -A $7</command>
+ <command>sudo /usr/bin/arping -I $5 -c 1 -A $7</command>
<children>
<tagNode name="count">
<properties>
<help>Send specified number of ARP replies</help>
</properties>
- <command>sudo arping -I $5 -c $9 -A $7</command>
+ <command>sudo /usr/bin/arping -I $5 -c $9 -A $7</command>
</tagNode>
</children>
</tagNode>
@@ -58,13 +58,13 @@
<properties>
<help>Send gratuitous ARP request for specified address</help>
</properties>
- <command>sudo arping -I $5 -c 1 -U $7</command>
+ <command>sudo /usr/bin/arping -I $5 -c 1 -U $7</command>
<children>
<tagNode name="count">
<properties>
<help>Send specified number of ARP requests</help>
</properties>
- <command>sudo arping -I $5 -c $9 -U $7</command>
+ <command>sudo /usr/bin/arping -I $5 -c $9 -U $7</command>
</tagNode>
</children>
</tagNode>