summaryrefslogtreecommitdiff
path: root/templates/traceroute
AgeCommit message (Collapse)Author
2011-10-27Initial traceroute rework checkinJohn Southworth
(cherry picked from commit ce64904840bea3e716a7de3eca2618e63bcd87d1)
2010-02-02Fix allowed strings for hostname/ipaddressStephen Hemminger
Need to use echo -n
2010-02-02Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwoodStephen Hemminger
2008-06-24prevents showing backend error to user on traceroute when name-server not setMohit Mehta
2008-06-23Fix Bug 2871 Internal errors reported with tracerouteMohit Mehta
use host command to resolve only if input is not a valid IP address also, if name server not configured, prompt user and ask to only enter valid IPv4 address
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
2008-04-04Fix Bug 3069 Help strings should be standardizedMohit Mehta
- vyatta-op help strings standardized according to latest guideline
2008-04-01Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-op
2008-03-26Fix Bug 2871 Internal errors reported with tracerouteMohit Mehta
- used the host command to check if the host exists, if yes only then traceroute to it
2008-02-20Bugfix: 2712Bob Gilligan
Introduce new top-level commands "ping" and "traceroute" for network troubleshooting.