Age | Commit message (Collapse) | Author |
|
|
|
|
|
Bug 3052
Rather than having a ping an op-mode command which has no flexibility
about arguments. Make it a wrapper script that accepts Juniper style
arguments and turns them into Unix style flags.
|
|
(cherry picked from commit 7d92aaf02a6e8f7ab2bc0e70b6d303f85a69d5f4)
|
|
1. ping <ipv4|ipv6|hostname> will use
* ping for a v4 address
* ping6 for a v6 address
* ping or ping6 for a hostname which ever resolves prefering ipv4
2. ping ipv4 <ipv4|hostname> will ping
3. ping ipv6 <ipv6|hostname> will ping6
4. ping <node> option <advanced ping options>
* allows for options to pass down to ping
* this is a stop gap while we add the most common options
* to the CLI
(cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef)
|
|
Need to use echo -n
|
|
|
|
- vyatta-op help strings standardized according to latest guideline
|
|
- help strings standardized in vyatta-op
|
|
Introduce new top-level commands "ping" and "traceroute" for
network troubleshooting.
|