From: Marcin Siodelski Date: Fri, 17 Jan 2020 20:20:56 +0000 (+0100) Subject: [#1024] Added ChangeLog for #1024 X-Git-Tag: Kea-1.7.4~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15133fd79a43c3721b91bbdf09ec10b26631dafd;p=thirdparty%2Fkea.git [#1024] Added ChangeLog for #1024 --- diff --git a/ChangeLog b/ChangeLog index 418cfd6a8c..e6e12e6d94 100644 --- 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.