Blame man/man8/routel.8

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