Imported Upstream version 0.3.3
[anytun.git] / doc / anytun-showtables.8.txt
1 anytun-showtables(8)
2 ====================
3
4 NAME
5 ----
6
7 anytun-showtables - anycast tunneling routing table visualization utility
8
9 SYNOPSIS
10 --------
11
12 ....
13 anytun-showtables
14 ....
15
16 DESCRIPTION
17 -----------
18
19 *anytun-showtables* displays routing and connection tables used by *Anytun*. It can be used to display a saved routing/connection table used by *anytun-controld* or to connect to a the sync port of *Anytun*.
20
21 OPTIONS
22 -------
23
24 This Tool does not take any options. It takes the sync information from
25 the standard input and prints the routing table to the standard output.
26
27 EXAMPLES
28 --------
29
30 Print routing table stored in local file
31
32 -----------------------------------------------------------------------------------
33 # perl -ne 'chomp; print' < routingtable | ./anytun-showtables
34 -----------------------------------------------------------------------------------
35
36 Print current routing table and watch changes
37
38 -----------------------------------------------------------------------------------
39 # nc unicast1.anycast.anytun.org 23 | ./anytun-showtables
40 -----------------------------------------------------------------------------------
41
42 BUGS
43 ----
44 Most likely there are some bugs in *Anytun*. If you find a bug, please let
45 the developers know at satp@anytun.org. Of course, patches are preferred.
46
47 SEE ALSO
48 --------
49 anytun(8), anytun-controld(8), anytun-config(8)
50
51 AUTHORS
52 -------
53
54 Othmar Gsenger <otti@anytun.org>
55 Erwin Nindl <nine@anytun.org>
56 Christian Pointner <equinox@anytun.org>
57
58
59 RESOURCES
60 ---------
61
62 Main web site: http://www.anytun.org/
63
64
65 COPYING
66 -------
67
68 Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian
69 Pointner. This  program is  free software: you can redistribute it 
70 and/or modify it under the terms of the GNU General Public License 
71 as published by the Free Software Foundation, either version 3 of 
72 the License, or any later version.