aboutsummaryrefslogtreecommitdiff
path: root/network/ucarp/README
diff options
context:
space:
mode:
authorWayne Cuddy <wcuddy[at]useunix[dot]net>2017-11-17 22:46:03 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:40:37 +0700
commit1f8b80f53809b44c0d83c5c5db957df5290c2f4b (patch)
tree35ee83c0279fb5741ca94b1c084355388c14596c /network/ucarp/README
parentfc70114d9f55346cca4475266b391becaa3322ea (diff)
network/ucarp: Added (portable implementation of the CARP protocol).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ucarp/README')
-rw-r--r--network/ucarp/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/ucarp/README b/network/ucarp/README
new file mode 100644
index 0000000000000..5466ba1163aca
--- /dev/null
+++ b/network/ucarp/README
@@ -0,0 +1,12 @@
+UCARP is a portable implementation of the CARP protocol.
+
+UCARP allows a couple of hosts to share common virtual IP
+addresses in order to provide automatic failover. It is a
+portable userland implementation of the secure and patent-free
+Common Address Redundancy Protocol (CARP, OpenBSD's alternative
+to the patents-bloated 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.