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) @@ -2092,14 +2092,15 @@ nfsmount <server-address> <mount-point> <remote-path>
-

2.37 Check Network Peer (ping)

+

2.37 Check Network Peer (ping/ping6)

Command Syntax:

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. +

@@ -2703,6 +2707,12 @@ nsh> CONFIG_NET_ICMP_PING && !CONFIG_DISABLE_SIGNALS + + + + + @@ -4183,10 +4193,10 @@ mount -t vfat /dev/ram1 /tmp
  • CONFIG_NSH_NETMASK
  • CONFIG_NSH_NOMAC
  • CONFIG_NSH_READLINE
  • +
  • CONFIG_NSH_ROMFSDEVNO
  • CONFIG_NSH_DISABLE_PING
    ping6CONFIG_NET && CONFIG_NET_ICMPv6 && + CONFIG_NET_ICMPv6_PING && !CONFIG_DISABLE_SIGNALSCONFIG_NSH_DISABLE_PING6
    ps