]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1024] Added ChangeLog for #1024
authorMarcin Siodelski <marcin@isc.org>
Fri, 17 Jan 2020 20:20:56 +0000 (21:20 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 27 Jan 2020 12:59:02 +0000 (13:59 +0100)
ChangeLog

index 418cfd6a8c7fa6f2af626461aa2d232e0713eaca..e6e12e6d94747aeed70e6fe919f912f952063399 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1707.  [func]          marcin
+       High Availability hooks library supports controlled maintenance
+       of the servers. The new ha-maintenance-start command puts one
+       of the servers in the partner-in-maintenance state and causes
+       this server to take over the entire DHCP traffic directed to the
+       HA service. The second server in the in-maintenance state can be
+       safely shutdown for the maintenance. This new mechanism solves
+       the problem present in earlier versions of Kea when the
+       administrator had to rely on the failover mechanism to promote
+       one of the servers to handle the DHCP traffic while the other
+       server was down.
+       (Gitlab #1024)
+
 1706.  [bug]           fdupont
        Fixed BOOTP hook. It now properly handles BOOTP packets and sends
        valid responses.