diff options
Diffstat (limited to 'templates/ping6')
-rw-r--r-- | templates/ping6/node.def | 4 | ||||
-rw-r--r-- | templates/ping6/node.tag/node.def | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/templates/ping6/node.def b/templates/ping6/node.def new file mode 100644 index 0000000..20cc018 --- /dev/null +++ b/templates/ping6/node.def @@ -0,0 +1,4 @@ +# +# Operational mode template for the "ping" command +# +help: Send IPv6 Internet Control Message Protocol (ICMP) echo request diff --git a/templates/ping6/node.tag/node.def b/templates/ping6/node.tag/node.def new file mode 100644 index 0000000..7dc822c --- /dev/null +++ b/templates/ping6/node.tag/node.def @@ -0,0 +1,9 @@ +# +# Operational mode front-end for "ping" command +# + +help: Send IPv6 ICMP echo request to specified <hostname|IPv6 address> +allowed: + vyatta-allowed-hosts + +run: /bin/ping6 $2 |