Blame README.md

Packit c22fc9
keepalived: Loadbalancing & High-Availability
Packit c22fc9
=============================================
Packit c22fc9
Packit c22fc9
[![Build Status](https://travis-ci.org/acassen/keepalived.svg?branch=master)](https://travis-ci.org/acassen/keepalived)
Packit c22fc9
Packit c22fc9
The main goal of the keepalived project is to add a strong & robust
Packit c22fc9
keepalive facility to the Linux Virtual Server project.
Packit c22fc9
It implements a multilayer TCP/IP stack checks. Keepalived implements
Packit c22fc9
a framework based on three family checks : Layer3, Layer4 & Layer5.
Packit c22fc9
This framework gives the daemon the ability of checking a LVS server
Packit c22fc9
pool states. Keepalived can be sumarize as a LVS driving daemon.
Packit c22fc9
Packit c22fc9
Keepalived implementation is based on an I/O multiplexer to handle a
Packit c22fc9
strong multi-threading framework. All the events process use this I/O
Packit c22fc9
multiplexer.
Packit c22fc9
Packit c22fc9
To build keepalived from the git source tree, you will need to have
Packit c22fc9
autoconf, automake and various libraries installed. See the INSTALL
Packit c22fc9
file for details of what needs to be installed and what needs to be
Packit c22fc9
executed before building keepalived.
Packit c22fc9
Packit c22fc9
Keepalived is free software, Copyright (C) Alexandre Cassen.
Packit c22fc9
See the file COPYING for copying conditions.
Packit c22fc9
Packit c22fc9
OPENSSL TOOLKIT LICENCE EXCEPTION
Packit c22fc9
Packit c22fc9
In addition, as the copyright holder of Keepalived,
Packit c22fc9
I, Alexandre Cassen, <acassen@linux-vs.org>,
Packit c22fc9
grant the following special exception:
Packit c22fc9
Packit c22fc9
	I, Alexandre Cassen, <acassen@linux-vs.org>, explicitly allow
Packit c22fc9
	the compilation and distribution of the Keepalived software with
Packit c22fc9
	the OpenSSL Toolkit.
Packit c22fc9