From owner-freebsd-ports Tue Jan 29 14:30:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8376A37B416 for ; Tue, 29 Jan 2002 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0TMU1k01879; Tue, 29 Jan 2002 14:30:01 -0800 (PST) (envelope-from gnats) Received: from spe.homeunix.net (APlessis-Bouchard-103-1-4-249.abo.wanadoo.fr [80.13.186.249]) by hub.freebsd.org (Postfix) with ESMTP id 0A04637B402 for ; Tue, 29 Jan 2002 14:23:30 -0800 (PST) Received: (from spe@localhost) by spe.homeunix.net (8.11.6/8.11.1) id g0TMUYF00382; Tue, 29 Jan 2002 23:30:34 +0100 (CET) (envelope-from spe) Message-Id: <200201292230.g0TMUYF00382@spe.homeunix.net> Date: Tue, 29 Jan 2002 23:30:34 +0100 (CET) From: Sebastien Petit Reply-To: Sebastien Petit To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34424: New port: An implementation of the VRRP protocol for FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34424 >Category: ports >Synopsis: New port: An implementation of the VRRP protocol for FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 29 14:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sebastien Petit >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: <> >Environment: System: FreeBSD spe.homeunix.net 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #10: Wed Dec 26 02:53:04 CET 2001 >Description: freevrrpd is a new implementation of the VRRP v2 protocol rewrited from scratch and RFC2338 Compliant. It's a part of the High Up Time Project http://www.bsdshell.net/ >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ports # ports/distinfo # ports/pkg-plist # ports/pkg-descr # ports/pkg-comment # ports/Makefile # echo c - ports mkdir -p ports > /dev/null 2>&1 echo x - ports/distinfo sed 's/^X//' >ports/distinfo << 'END-of-ports/distinfo' XMD5 (freevrrpd-0.8.1.tar.gz) = c694ba0a6f9afcb5937bf24fe438ed4c END-of-ports/distinfo echo x - ports/pkg-plist sed 's/^X//' >ports/pkg-plist << 'END-of-ports/pkg-plist' Xlibexec/freevrrpd Xetc/freevrrpd.conf.sample Xetc/rc.d/freevrrpd.sh END-of-ports/pkg-plist echo x - ports/pkg-descr sed 's/^X//' >ports/pkg-descr << 'END-of-ports/pkg-descr' XThis a VRRP RFC2338 Compliant implementation under FreeBSD X Xbugs report: spe@bsdfr.org END-of-ports/pkg-descr echo x - ports/pkg-comment sed 's/^X//' >ports/pkg-comment << 'END-of-ports/pkg-comment' Xfreevrrpd is a VRRP (Virtual Router Redundancy Protocol) implemetation daemon under FreeBSD Xfreevrrpd is a part of High UpTime project http://www.bsdshell.net/ XThis daemon has been writed from scratch and is not based on existing projects. XFor this second public release, you can found: X * A daemon RFC 2338 Compliant adapted on FreeBSD systems X * Implementation of Virtual Adresses X * Support for multiples VRID X * Master announce state by sending multicast packets via BPF X * Changing routes and IP in 3 seconds X * Doing gratuitous ARP requests to clean the cache of all hosts X * Election between different slave servers X * Same host can be Slave and Master at the same time X * Automatic Downgrade to Slave if a Master is up again X * Anti-Adress Conflict system X * Multi-threaded vrrp daemon X * Plain text password authentication X * Using now onle on BPF device for all VRID X * Support netmask for Virtual IP addresses END-of-ports/pkg-comment echo x - ports/Makefile sed 's/^X//' >ports/Makefile << 'END-of-ports/Makefile' XPORTNAME= freevrrpd XPORTVERSION= 0.8.1 XCATEGORIES= net X XMASTER_SITES= http://www.bsdshell.net/download/ X XMAINTAINER= spe@bsdfr.org X X.include END-of-ports/Makefile exit >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message