New upstream version 0.3.6
[anytun.git] / doc / anytun-showtables.8
1 '\" t
2 .\"     Title: anytun-showtables
3 .\"    Author: [see the "AUTHORS" section]
4 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5 .\"      Date: 07/08/2016
6 .\"    Manual: \ \&
7 .\"    Source: \ \&
8 .\"  Language: English
9 .\"
10 .TH "ANYTUN\-SHOWTABLES" "8" "07/08/2016" "\ \&" "\ \&"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 anytun-showtables \- anycast tunneling routing table visualization utility
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fBanytun\-showtables\fR
36 .fi
37 .SH "DESCRIPTION"
38 .sp
39 \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\&.
40 .SH "OPTIONS"
41 .sp
42 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\&.
43 .SH "EXAMPLES"
44 .sp
45 Print routing table stored in local file
46 .sp
47 .if n \{\
48 .RS 4
49 .\}
50 .nf
51 # perl \-ne \*(Aqchomp; print\*(Aq < routingtable | \&./anytun\-showtables
52 .fi
53 .if n \{\
54 .RE
55 .\}
56 .sp
57 Print current routing table and watch changes
58 .sp
59 .if n \{\
60 .RS 4
61 .\}
62 .nf
63 # nc unicast1\&.anycast\&.anytun\&.org 23 | \&./anytun\-showtables
64 .fi
65 .if n \{\
66 .RE
67 .\}
68 .SH "BUGS"
69 .sp
70 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\&.
71 .SH "SEE ALSO"
72 .sp
73 anytun(8), anytun\-controld(8), anytun\-config(8)
74 .SH "AUTHORS"
75 .sp
76 Othmar Gsenger <otti@anytun\&.org> Erwin Nindl <nine@anytun\&.org> Christian Pointner <equinox@anytun\&.org>
77 .SH "RESOURCES"
78 .sp
79 Main web site: http://www\&.anytun\&.org/
80 .SH "COPYING"
81 .sp
82 Copyright (C) 2007\-2014 Markus Grüneis, 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\&.