Blame README.md

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