From 15133fd79a43c3721b91bbdf09ec10b26631dafd Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 17 Jan 2020 21:20:56 +0100 Subject: [PATCH] [#1024] Added ChangeLog for #1024 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.