mirror of https://github.com/F-Stack/f-stack.git
update tools/README.md.
This commit is contained in:
parent
a7f935c734
commit
8c6094901e
|
@ -102,8 +102,8 @@ Examples:
|
||||||
|
|
||||||
./sbin/route -p 0 flush
|
./sbin/route -p 0 flush
|
||||||
|
|
||||||
FreeBSD uses `netstat -rnW ` to list the route table which we havn't ported,
|
FreeBSD uses `netstat -rnW ` to list the route table which we have ported,
|
||||||
you can execute the following command instead, `-d` means debug mode, `-v`
|
you also can execute the following command instead, `-d` means debug mode, `-v`
|
||||||
means verbose.
|
means verbose.
|
||||||
./sbin/route -p 0 -d -v flush
|
./sbin/route -p 0 -d -v flush
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue