Import 0.3.3-2.1 from Debian.
[anytun.git] / debian / control
1 Source: anytun
2 Section: net
3 Priority: extra
4 Maintainer: Michael Prokop <mika@debian.org>
5 Build-Depends: debhelper (>= 5), libgcrypt11-dev, libboost-regex-dev, libboost-serialization-dev, libboost-system-dev, libboost-thread-dev
6 Homepage: http://www.anytun.org/
7 Vcs-git: git://git.grml.org/anytun.git
8 Vcs-Browser: http://git.grml.org/?p=anytun.git
9 Standards-Version: 3.8.4
10
11 Package: anytun
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
14 Suggests: quagga
15 Description: secure anycast tunneling protocol
16  Anytun is an implementation of the secure anycast tunneling protocol. It
17  uses an easy openvpn style interface and makes it possible to build
18  redundant VPN clusters with load balancing between servers. VPN servers
19  share a single IP address. Adding and removing VPN Servers is done by the
20  routing protocol, so no client changes have to be made when additional VPN
21  servers are added or removed. It is possible to realise global load
22  balancing based on shortest BGP routes by simply announcing the address
23  space of the tunnel servers at multiple locations.
24  .
25  Currently ethernet, ipv4 and ipv6 tunnels are supported by the
26  implementation. However the protocol allows to tunnel every ETHERTYPE
27  protocol.