From 34397207397b0cc78fce40d604a2d325377acf42 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 3 Nov 2019 16:21:51 -0600 Subject: [PATCH] Documentation/NuttShell.html: Document the new -t option for the 'arp' command. --- Documentation/NuttShell.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: