b60e24f0c5e1ddd3c50d9f6cc5ec874638b109e6
[l2tpns.git] / debian / control
1 Source: l2tpns
2 Section: net
3 Priority: optional
4 Maintainer: Jonathan McDowell <noodles@earth.li>
5 Build-Depends: debhelper (>> 8), libcli-dev (>> 1.8.5)
6 Standards-Version: 3.9.4.0
7
8 Package: l2tpns
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: layer 2 tunnelling protocol network server (LNS)
12  l2tpns is a daemon designed to terminate large volumes of layer 2
13  tunnelling protocol (RFC 2661: L2TP) sessions.
14  .
15  The daemon supports up to 65535 sessions plus features such as rate
16  limiting, walled garden, usage accounting, and clustering (for both
17  load-sharing and redundancy).
18  .
19  Note that only the LNS side of the L2TP protocol is implemented, for
20  a more complete L2TP implementation see the l2tpd package.