Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15706 - This is the ebuild for Keepalived.
Summary: This is the ebuild for Keepalived.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Zach Welch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 12:24 UTC by Brett Simpson
Modified: 2003-02-24 22:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for keepalived. (keepalived-1.0.0.ebuild,2.12 KB, text/plain)
2003-02-14 12:24 UTC, Brett Simpson
Details
Added || die to the make command. (keepalived-1.0.0.ebuild,2.13 KB, text/plain)
2003-02-17 12:43 UTC, Brett Simpson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Simpson 2003-02-14 12:24:20 UTC
The main goal of the keepalived project is to add a strong & robust keepalive facility to the 
Linux Virtual Server project. This project is written in C with multilayer TCP/IP stack checks. 
Keepalived implements a framework based on three family checks : Layer3, Layer4 & Layer5. 
This framework gives the daemon the ability of checking a LVS server pool states. When one of 
the server of the LVS server pool is down, keepalived informs the linux kernel via a setsockopt 
call to remove this server entrie from the LVS topology. In addition keepalived implements a 
VRRPv2 stack to handle director failover. So in short keepalived is a userspace daemon for LVS 
cluster nodes healthchecks and LVS directors failover.
Comment 1 Brett Simpson 2003-02-14 12:24:54 UTC
Created attachment 8278 [details]
Ebuild for keepalived.
Comment 2 Brett Simpson 2003-02-14 12:25:22 UTC
The main goal of the keepalived project is to add a strong & robust keepalive 
facility to the Linux Virtual Server project. This project is written in C with multilayer 
TCP/IP stack checks. Keepalived implements a framework based on three family 
checks : Layer3, Layer4 & Layer5. This framework gives the daemon the ability of 
checking a LVS server pool states. When one of the server of the LVS server pool 
is down, keepalived informs the linux kernel via a setsockopt call to remove this 
server entrie from the LVS topology. In addition keepalived implements a VRRPv2 
stack to handle director failover. So in short keepalived is a userspace daemon for 
LVS cluster nodes healthchecks and LVS directors failover. 
  
Comment 3 Brett Simpson 2003-02-17 12:43:35 UTC
Created attachment 8380 [details]
Added || die to the make command.
Comment 4 Zach Welch (RETIRED) gentoo-dev 2003-02-24 22:32:27 UTC
Committed to portage in sys-cluster.