routel – list routes with pretty output format
routef – flush routes
routef – flush routes
SYNTAX
routel [tablenr [raw ip args…]]
routef
routef
命令描述
These programs are a set of helper scripts you can use instead of raw iproute2 commands.
The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
相关文件
/usr/bin/routef
/usr/bin/routel
/usr/bin/routel
AUTHORS
The routel script was written by Stephen R. van den Berg <srb@cuci.nl>, 1999/04/18 and donated to the public domain.
This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system.
This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system.
相关手册
ip(8)
参考文献
- man 8 routel, Version target gateway source proto scope dev tbl
更新日志
- 08/03/2018 创建文章