diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ping/ipv4/node.tag/node.def | 4 | ||||
-rw-r--r-- | templates/ping/ipv6/node.tag/node.def | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/ping/ipv4/node.tag/node.def b/templates/ping/ipv4/node.tag/node.def index 3b5d1a9..960c0aa 100644 --- a/templates/ping/ipv4/node.tag/node.def +++ b/templates/ping/ipv4/node.tag/node.def @@ -3,6 +3,6 @@ # help: Send IPv4 ICMP echo request to specified <hostname|IPv4 address> -allowed: echo -n '<hostname> <x:x:x:x:x>' +allowed: echo -n '<hostname> <x.x.x.x>' -run: /bin/ping $2 +run: /bin/ping $3 diff --git a/templates/ping/ipv6/node.tag/node.def b/templates/ping/ipv6/node.tag/node.def index d5ec570..4a107f7 100644 --- a/templates/ping/ipv6/node.tag/node.def +++ b/templates/ping/ipv6/node.tag/node.def @@ -5,4 +5,4 @@ help: Send IPv6 ICMP echo request to specified <hostname|IPv6 address> allowed: echo -n '<hostname> <h:h:h:h:h:h:h:h>' -run: /bin/ping6 $2 +run: /bin/ping6 $3 |