Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ucarp - Common Address Redundancy Protocol (CARP) for Unix
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
ucarp |
1.2 |
3.fc5 |
src |
241 KiB |
Tue Aug 22 09:15:01 2006 |
Changelog
- * Tue Aug 22 18:00:00 2006 Matthias Saou <http://freshrpms.net/> 1.2-3
- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the
segfaults reported in #200400 and #201596.
- Add autoconf, automake and libtool build reqs for the 1.3 patch.
- * Thu Jul 27 18:00:00 2006 Matthias Saou <http://freshrpms.net/> 1.2-3
- Fix init script for recent find versions (#200395).
- * Thu Jun 22 18:00:00 2006 Matthias Saou <http://freshrpms.net/> 1.2-2
- Include ARP patch backported from 1.3 snapshot (#196095).
- Make libpcap build requirement conditional to be able to share spec file.