2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00

[#1024] Added ChangeLog for #1024

This commit is contained in:
Marcin Siodelski
2020-01-17 21:20:56 +01:00
parent 4243076f38
commit 15133fd79a

View File

@@ -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.