File: control

package info (click to toggle)
ucarp 1.5.2-2.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,332 kB
  • sloc: sh: 9,360; ansic: 2,870; makefile: 127; sed: 16
file content (27 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: ucarp
Section: net
Priority: optional
Maintainer: Eric Evans <eevans@debian.org>
Build-Depends: debhelper (>= 5.0.0),
    libpcap-dev (>= 0.7.2),
    docbook-to-man (>= 1:2.0.0),
    autotools-dev
Homepage: http://ucarp.org
Vcs-Git: git://git.debian.org/git/users/eevans/ucarp.git
Vcs-Browser: http://git.debian.org/?p=users/eevans/ucarp.git
Standards-Version: 3.9.5

Package: ucarp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ifupdown (>= 0.7.1), net-tools
Recommends: iproute2
Description: user-space replacement to VRRP -- automatic IP fail-over
 UCARP allows a pair of hosts to share common virtual IP addresses in 
 order to provide automatic fail-over. It is a portable user-land 
 implementation of the secure and patent-free Common Address Redundancy
 Protocol (CARP, OpenBSD's alternative to the VRRP).
 .
 Strong points of the CARP protocol are: very low overhead, 
 cryptographically signed messages, interoperability between different 
 operating systems and no need for any dedicated extra network link 
 between redundant hosts.