mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Documentation/NuttShell.html: Document the new -t option for the 'arp' command.
This commit is contained in:
@@ -1291,7 +1291,7 @@ nsh> addroute 11.0.0.0/24 10.0.0.2
|
||||
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
arp [-a <ipaddr> |-d <ipaddr> |-s <ipaddr> <hwaddr>]
|
||||
arp [-t|-a <ipaddr> |-d <ipaddr> |-s <ipaddr> <hwaddr>]
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
@@ -1306,6 +1306,9 @@ arp [-a <ipaddr> |-d <ipaddr> |-s <ipaddr> <hwaddr>]
|
||||
|
||||
<dt>-s <ipaddr> <hwaddr>
|
||||
<dd>Will set (or replace) the mapping of the IP address <ipaddr> to the hardware address <hwaddr>.
|
||||
|
||||
<dt>-t
|
||||
<dd>Will dump the entire content of the ARP table. This option is only available if <code>CONFIG_NETLINK_ROUTE</code> is enabled.
|
||||
</dl></ul>
|
||||
<p>
|
||||
<b>Example:</b>
|
||||
|
||||
Reference in New Issue
Block a user