Date: Wed, 26 Sep 2018 17:18:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480749 - head/net/ucarp Message-ID: <201809261718.w8QHIufk094519@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Sep 26 17:18:55 2018 New Revision: 480749 URL: https://svnweb.freebsd.org/changeset/ports/480749 Log: net/ucarp: jcpierri@gmail.com takes maintainership Also add to pkg-descr and update WWW. PR: 231726 Submitted by: Josmar <jcpierri@gmail.com> Modified: head/net/ucarp/Makefile head/net/ucarp/pkg-descr Modified: head/net/ucarp/Makefile ============================================================================== --- head/net/ucarp/Makefile Wed Sep 26 16:27:39 2018 (r480748) +++ head/net/ucarp/Makefile Wed Sep 26 17:18:55 2018 (r480749) @@ -5,7 +5,7 @@ PORTNAME= ucarp PORTVERSION= 1.5.2.20171201 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jcpierri@gmail.com COMMENT= Userlevel Common Address Redundancy Protocol LICENSE= ISC Modified: head/net/ucarp/pkg-descr ============================================================================== --- head/net/ucarp/pkg-descr Wed Sep 26 16:27:39 2018 (r480748) +++ head/net/ucarp/pkg-descr Wed Sep 26 17:18:55 2018 (r480749) @@ -3,4 +3,8 @@ in order to provide automatic failover. It is a portab implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the VRRP). -WWW: http://www.ucarp.org/ +Because UCARP does not require "promiscuous mode" on interfaces, it may be a +suitable option in environments where carp(4) may be difficult to deploy, +such as in clouds or other virtualized infrastructures. + +WWW: https://github.com/jedisct1/UCarp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261718.w8QHIufk094519>