lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | .TH "ROUTEL" "8" "3 Jan, 2008" "iproute2" "Linux" |
| 2 | .SH "NAME" |
| 3 | .LP |
| 4 | routel \- list routes with pretty output format |
| 5 | .br |
| 6 | routef \- flush routes |
| 7 | .SH "SYNTAX" |
| 8 | .LP |
| 9 | routel [\fItablenr\fP [\fIraw ip args...\fP]] |
| 10 | .br |
| 11 | routef |
| 12 | .SH "DESCRIPTION" |
| 13 | .LP |
| 14 | These programs are a set of helper scripts you can use instead of raw iproute2 commands. |
| 15 | .br |
| 16 | The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent. |
| 17 | .br |
| 18 | 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! |
| 19 | |
| 20 | .SH "FILES" |
| 21 | .LP |
| 22 | \fI/usr/bin/routef\fP |
| 23 | .br |
| 24 | \fI/usr/bin/routel\fP |
| 25 | .SH "AUTHORS" |
| 26 | .LP |
| 27 | The routel script was written by Stephen R. van den Berg <srb@cuci.nl>, 1999/04/18 and donated to the public domain. |
| 28 | .br |
| 29 | This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system. |
| 30 | .SH "SEE ALSO" |
| 31 | .LP |
| 32 | ip(8) |