aboutsummaryrefslogtreecommitdiffstats
path: root/net/wackamole
Commit message (Collapse)AuthorAgeFilesLines
* - Fix compilation errors with libpcap installed from ports and warningsculot2011-05-125-0/+90
| | | | | | | with clang PR: ports/156968 Submitted by: Marcin Cieslak <saper@saper.info> (maintainer)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Restore maintainershippav2009-12-311-1/+1
| | | | Submitted by: Marcin Cieslak <saper@saper.info>
* - Reset maintainerpav2009-07-091-1/+1
| | | | | <saper@system.pl> (reason: 550 user not found... podany uzytkownik nie istnieje...)
* Remove BROKEN tag, it builds with the backwards compat shims.erwin2009-04-221-7/+1
|
* Mark BROKEN on 8: does not build after the arp-v2 import.erwin2009-01-091-1/+7
| | | | Submitted by: pointyhat
* - Update to 2.1.4.lippe2008-03-142-4/+4
| | | | | | PR: ports/120854 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* Wackamole is an application that helps with making a cluster highlymiwi2007-06-044-0/+47
available. It manages a bunch of virtual IPs, that should be available to the outside world at all times. Wackamole ensures that a single machine within a cluster is listening on each virtual IP address that Wackamole manages. If it discovers that particular machines within the cluster are not alive, it will almost immediately ensure that other machines acquire these public IPs. At no time will more than one machine listen on any virtual IP. Wackamole also works toward achieving a balanced distribution of number IPs on the machine within the cluster it manages. WWW: http://www.backhand.org/wackamole/ PR: ports/112368 Submitted by: Marcin Cieslak <saper at system.pl>