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