diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-07-29 10:24:29 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-07-29 10:24:29 -0700 |
commit | 54d18d355f8a0cbb02c82dff616b8588a5aa80d0 (patch) | |
tree | f213f28822d683b6b3bd639c569461b9b1e6798c /templates/ping6 | |
parent | 9fa05e4f5b97f604cf610b29626a1a41ab1a044c (diff) | |
download | vyatta-op-54d18d355f8a0cbb02c82dff616b8588a5aa80d0.tar.gz vyatta-op-54d18d355f8a0cbb02c82dff616b8588a5aa80d0.zip |
Add some ipv6 op mode commands.
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 |