Update ff tools README.md, use `ff_netstat -rnW` to display wider device name.

This commit is contained in:
fengbojiang 2024-05-24 15:42:11 +08:00
parent a4a53bacfc
commit a79fa9c53d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Examples:
./sbin/route -p 0 flush
FreeBSD uses `netstat -rn ` to list the route table which we havn't ported,
FreeBSD uses `netstat -rnW ` to list the route table which we havn't ported,
you can execute the following command instead, `-d` means debug mode, `-v`
means verbose.
./sbin/route -p 0 -d -v flush