summaryrefslogtreecommitdiffstats
path: root/cluster/keepalived/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/keepalived/DETAILS')
-rwxr-xr-xcluster/keepalived/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/cluster/keepalived/DETAILS b/cluster/keepalived/DETAILS
new file mode 100755
index 0000000000..a08c9375a4
--- /dev/null
+++ b/cluster/keepalived/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=keepalived
+ VERSION=1.1.11
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.keepalived.org/software/$SOURCE
+ WEB_SITE=http://www.keepalived.org
+ MD5[0]=64bd39009d333b33b276d1102d17aaf1
+ LICENSE[0]=GPL
+ ENTERED=20041112
+ UPDATED=20041122
+ BUILD_API=2
+ SHORT="Keepalived for LVS aims to add a strong and robust keepalive."
+cat << EOF
+Keepalived for LVS aims to add a strong and robust keepalive facility to
+the Linux Virtual Server project. This project is written in C with
+multilayer TCP/IP stack checks. It implements a framework based on three
+family checks: Layer3, Layer4, and Layer5. This framework gives the daemon
+the ability of checking a LVS server pool states.When one of the servers in
+the LVS server pool is down, keepalived informs the Linux kernel via a
+setsockopt call to remove this server entry from the LVS topology. In
+addition, it implements a VRRPv2 stack to handle director failover.
+EOF