From: Marcin Siodelski Date: Thu, 14 Dec 2017 14:34:06 +0000 (+0100) Subject: [5447] Added libdhcp_ha placeholders in the User's Guide. X-Git-Tag: trac5452_base~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7531a0fd29264738de9c5e543bbd50a96b16e43;p=thirdparty%2Fkea.git [5447] Added libdhcp_ha placeholders in the User's Guide. --- diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index 3be72d337b..34cf37ecf4 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -256,6 +256,25 @@ or configuration parameters currently used by the server. + + High Availability + Support customers + Kea 1.4.0 + Minimizing a risk of DHCP service unavailability is achieved + by setting up multiple instances of the DHCP servers in a network. + Each server can serve selected group of clients in this network + (load balancing) or all clients, if it detects that its partner has + crashed or cannot be providing DHCP service for any other reason. + It is also possible to designate one server to serve all DHCP clients, + and leave another server as "standby". This server will activate its + DHCP function when it detects that its partner is not available. + Such cooperation between the DHCP servers requires that these + servers constantly communicate with each other to send updates about + allocated leases and to periodically test whether their partners are still + operational. The "libdhcp_ha" library provides such functionality for + Kea DHCP. + + @@ -2527,8 +2546,19 @@ both the command and the response. - - + + +
+ libdhcp_ha: High Availability + + This section will describe the libdhcp_ha hook library + being developed for the Kea 1.4.0 release. + +
+ + + +
User contexts