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
|
Source: ucarp
Section: net
Priority: optional
Maintainer: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Build-Depends: debhelper-compat (= 13), docbook-to-man, libpcap-dev
Homepage: https://github.com/jedisct1/UCarp
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/ucarp
Vcs-Git: https://salsa.debian.org/debian/ucarp.git
Package: ucarp
Architecture: any
Depends: ifupdown | ifupdown2, net-tools, ${misc:Depends}, ${shlibs:Depends}
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.
|