diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-06 18:24:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-06 18:24:58 +0000 |
commit | 0e69d6c22d200466ebd5a22b3430ecb58c165b61 (patch) | |
tree | 1de73205a462489ce1b7ba3a9fcca45022ab2173 /net/Makefile | |
parent | 96bbb5fd3012633e2f41e8fe1de5de6a1f6e8798 (diff) | |
download | ports-0e69d6c22d200466ebd5a22b3430ecb58c165b61.tar.gz ports-0e69d6c22d200466ebd5a22b3430ecb58c165b61.zip |
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 VRRP).
PR: ports/80696
Submitted by: Meno Abels <meno.abels@adviser.com>
Notes
Notes:
svn path=/head/; revision=134725
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2a318dade9a0..e63b9a86dc17 100644 --- a/net/Makefile +++ b/net/Makefile @@ -809,6 +809,7 @@ SUBDIR += ttt SUBDIR += tund SUBDIR += tvark + SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += ulxmlrpcpp SUBDIR += unfs3 |