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