diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 44f1ba79de5..472eb9417e7 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1291,7 +1291,7 @@ nsh> addroute 11.0.0.0/24 10.0.0.2

Command Syntax:

Synopsis. @@ -1306,6 +1306,9 @@ arp [-a <ipaddr> |-d <ipaddr> |-s <ipaddr> <hwaddr>]

-s <ipaddr> <hwaddr>
Will set (or replace) the mapping of the IP address <ipaddr> to the hardware address <hwaddr>. + +
-t +
Will dump the entire content of the ARP table. This option is only available if CONFIG_NETLINK_ROUTE is enabled.

Example: