diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-03-04 15:02:11 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-03-04 15:02:11 +0100 |
commit | ac94eb1500fd28f39e86464e5feeeadf50065e94 (patch) | |
tree | 9fcdcf1411d315c94c8b2b36047880a0132c9ca6 /templates | |
parent | a891b12a6fe823507ec80f4b63612da9f9750217 (diff) | |
download | vyatta-op-ac94eb1500fd28f39e86464e5feeeadf50065e94.tar.gz vyatta-op-ac94eb1500fd28f39e86464e5feeeadf50065e94.zip |
Bug #148: 'ping' does ipv6 too, but help only mentions IPv4
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ping/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ping/node.def b/templates/ping/node.def index 1fca2fd..242f766 100644 --- a/templates/ping/node.def +++ b/templates/ping/node.def @@ -1 +1 @@ -help: Send IPv4 Internet Control Message Protocol (ICMP) echo request +help: Send IPv4 or IPv6 ICMP (Internet Control Message Protocol) echo requests |