File: control

package info (click to toggle)
ucarp 1.5.2%2Bgit20192404.1a9aaf7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 700 kB
  • sloc: ansic: 2,935; makefile: 66; sh: 60
file content (25 lines) | stat: -rw-r--r-- 1,069 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
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.