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

This commit is contained in:
fengbojiang 2024-05-24 15:44:55 +08:00
parent 78278e92f9
commit 81006e9a7f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,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