Imported Upstream version 0.3.3
[anytun.git] / doc / anytun-showtables.8
1 '\" t
2 .\"     Title: anytun-showtables
3 .\"    Author: [see the "AUTHORS" section]
4 .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
5 .\"      Date: 02/16/2010
6 .\"    Manual: anytun-showtables user manual
7 .\"    Source: anytun 0.3.3
8 .\"  Language: English
9 .\"
10 .TH "ANYTUN\-SHOWTABLES" "8" "02/16/2010" "anytun 0.3.3" "anytun-showtables user manual"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 anytun-showtables \- anycast tunneling routing table visualization utility
23 .SH "SYNOPSIS"
24 .sp
25 .nf
26 \fBanytun\-showtables\fR
27 .fi
28 .SH "DESCRIPTION"
29 .sp
30 \fBanytun\-showtables\fR displays routing and connection tables used by \fBAnytun\fR\&. It can be used to display a saved routing/connection table used by \fBanytun\-controld\fR or to connect to a the sync port of \fBAnytun\fR\&.
31 .SH "OPTIONS"
32 .sp
33 This Tool does not take any options\&. It takes the sync information from the standard input and prints the routing table to the standard output\&.
34 .SH "EXAMPLES"
35 .sp
36 Print routing table stored in local file
37 .sp
38 .if n \{\
39 .RS 4
40 .\}
41 .nf
42 # perl \-ne \'chomp; print\' < routingtable | \&./anytun\-showtables
43 .fi
44 .if n \{\
45 .RE
46 .\}
47 .sp
48 Print current routing table and watch changes
49 .sp
50 .if n \{\
51 .RS 4
52 .\}
53 .nf
54 # nc unicast1\&.anycast\&.anytun\&.org 23 | \&./anytun\-showtables
55 .fi
56 .if n \{\
57 .RE
58 .\}
59 .SH "BUGS"
60 .sp
61 Most likely there are some bugs in \fBAnytun\fR\&. If you find a bug, please let the developers know at satp@anytun\&.org\&. Of course, patches are preferred\&.
62 .SH "SEE ALSO"
63 .sp
64 anytun(8), anytun\-controld(8), anytun\-config(8)
65 .SH "AUTHORS"
66 .sp
67 Othmar Gsenger <otti@anytun\&.org> Erwin Nindl <nine@anytun\&.org> Christian Pointner <equinox@anytun\&.org>
68 .SH "RESOURCES"
69 .sp
70 Main web site: http://www\&.anytun\&.org/
71 .SH "COPYING"
72 .sp
73 Copyright (C) 2007\-2009 Othmar Gsenger, Erwin Nindl and Christian Pointner\&. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version\&.