File: control

package info (click to toggle)
ppp-gatekeeper 0.1.0-201406111015-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 1,228; sh: 103; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: ppp-gatekeeper
Maintainer: Nigel Kukard <nkukard@lbsd.net>
Section: net
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), docbook-to-man
Homepage: http://gitlab.devlabs.linuxassist.net/ppp-gatekeeper/ppp-gatekeeper
Vcs-Git: https://gitlab.devlabs.linuxassist.net/ppp-gatekeeper/debian-ppp-gatekeeper.git
Vcs-Browser: https://gitlab.devlabs.linuxassist.net/ppp-gatekeeper/debian-ppp-gatekeeper/tree/master

Package: ppp-gatekeeper
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
	libconfig-inifiles-perl, libio-pty-perl,
	ppp, iptables, conntrack
Suggests: shorewall
Description: PPP manager for handling balanced, redundant and failover links
 PPP Gatekeeper is a daemon that manages PPPOE connections supporting
 various levels of redundancy and failover.
 .
 Traffic can be routed using round-robin and random strategies over links
 of similar priority. Static IP route lists can also be provided for specific
 routing purposes. DNS can also be load balanced over multiple links.