diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index eafbf6d9966..2f1fd333a9d 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -305,7 +305,7 @@
- 2.37 Check Network Peer (ping)+2.37 Check Network Peer (ping/ping6) |
Command Syntax:
-ping [-c <count>] [-i <interval>] <ip-address> +ping [-c <count>] [-i <interval>] <ip-address> +ping6 [-c <count>] [-i <interval>] <ip-address>
Synopsis. @@ -2121,6 +2122,9 @@ PING 10.0.0.1 56 bytes of data 10 packets transmitted, 10 received, 0% packet loss, time 10190 ms nsh> +
+ ping6 differs from ping in that it uses IPv6 addressing.
+
CONFIG_NSH_DISABLE_PING |
|||
ping6 |
+ CONFIG_NET && CONFIG_NET_ICMPv6 &&
+ CONFIG_NET_ICMPv6_PING && !CONFIG_DISABLE_SIGNALS |
+ CONFIG_NSH_DISABLE_PING6 |
+ |
ps |
|