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