diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-03-04 15:02:11 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-04-27 00:27:57 +0200 |
commit | 22e0fa6d314e341b0d43b7f438f2d977fa6a4d31 (patch) | |
tree | 2f3664fc8f117f5e79abb855f3c189d761d0c899 | |
parent | ea806a41aa9a67c7089053ac2d02ea99340db994 (diff) | |
download | vyatta-op-22e0fa6d314e341b0d43b7f438f2d977fa6a4d31.tar.gz vyatta-op-22e0fa6d314e341b0d43b7f438f2d977fa6a4d31.zip |
Bug #148: 'ping' does ipv6 too, but help only mentions IPv4
-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 |