Add doc of `ndp` tool.

This commit is contained in:
fengbojiang 2020-10-27 22:45:06 +08:00
parent 4a90157670
commit 3f8e2795fc
1 changed files with 14 additions and 0 deletions

View File

@ -263,6 +263,20 @@ Examples:
| | | | | |
```
# ndp
Usage:
```
ndp -C <f-stack proc_id> [-nt] hostname
ndp -C <f-stack proc_id> [-nt] -a | -c | -p | -r | -H | -P | -R
ndp -C <f-stack proc_id> [-nt] -A wait
ndp -C <f-stack proc_id> [-nt] -d hostname
ndp -C <f-stack proc_id> [-nt] -f filename
ndp -C <f-stack proc_id> [-nt] -i interface [flags...]
ndp -C <f-stack proc_id> [-nt] -I [interface|delete]
ndp -C <f-stack proc_id> [-nt] -s nodename etheraddr [temp] [proxy]
```
For more details, see [Manual page](https://www.freebsd.org/cgi/man.cgi?ndp).
# how to implement a custom tool for communicating with F-Stack process
Add a new FF_MSG_TYPE in ff_msg.h: