Blame man/man8/routel.8

Packit Service 3880ab
.TH "ROUTEL" "8" "3 Jan, 2008" "iproute2" "Linux"
Packit Service 3880ab
.SH "NAME"
Packit Service 3880ab
.LP
Packit Service 3880ab
routel \- list routes with pretty output format
Packit Service 3880ab
.br
Packit Service 3880ab
routef \- flush routes
Packit Service 3880ab
.SH "SYNTAX"
Packit Service 3880ab
.LP
Packit Service 3880ab
routel [\fItablenr\fP [\fIraw ip args...\fP]]
Packit Service 3880ab
.br
Packit Service 3880ab
routef
Packit Service 3880ab
.SH "DESCRIPTION"
Packit Service 3880ab
.LP
Packit Service 3880ab
These programs are a set of helper scripts you can use instead of raw iproute2 commands.
Packit Service 3880ab
.br
Packit Service 3880ab
The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
Packit Service 3880ab
.br
Packit Service 3880ab
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!
Packit Service 3880ab
Packit Service 3880ab
.SH "AUTHORS"
Packit Service 3880ab
.LP
Packit Service 3880ab
The routel script was written by Stephen R. van den Berg <srb@cuci.nl>, 1999/04/18 and donated to the public domain.
Packit Service 3880ab
.br
Packit Service 3880ab
This manual page was written by Andreas Henriksson  <andreas@fatal.se>, for the Debian GNU/Linux system.
Packit Service 3880ab
.SH "SEE ALSO"
Packit Service 3880ab
.LP
Packit Service 3880ab
ip(8)