Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | T1600: migrate "ping" to vyos-1x | Christian Poessinger | |
2020-06-17 | fix ping allowed context error.(when press tab) | B | |
2020-05-23 | ping: T2457: migrate script to vyos-1x | Christian Poessinger | |
2020-03-07 | ping: use execution path based on environment variable | Christian Poessinger | |
2014-03-04 | Bug #148: 'ping' does ipv6 too, but help only mentions IPv4 | Daniil Baturin | |
2012-03-22 | Make ping feel like all the other system commands | John Southworth | |
2012-03-14 | Add ping templates for completion | John Southworth | |
2012-03-10 | Add new ping command script | Stephen Hemminger | |
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. | |||
2011-10-27 | Fix ping commands off by one problem, fix help txt for ping ipv4 | John Southworth | |
(cherry picked from commit 7d92aaf02a6e8f7ab2bc0e70b6d303f85a69d5f4) | |||
2011-10-27 | Create new ping command with the following semantics | John Southworth | |
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) | |||
2010-02-02 | Fix allowed strings for hostname/ipaddress | Stephen Hemminger | |
Need to use echo -n | |||
2010-02-02 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood | Stephen Hemminger | |
2008-04-04 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- vyatta-op help strings standardized according to latest guideline | |||
2008-04-01 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-op | |||
2008-02-20 | Bugfix: 2712 | Bob Gilligan | |
Introduce new top-level commands "ping" and "traceroute" for network troubleshooting. |