From: Marcin Siodelski Date: Mon, 5 Nov 2018 19:20:09 +0000 (+0100) Subject: [master] Added ChangeLog entry for #78,!85. X-Git-Tag: 66-authoritative-flag-in-kea_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926086ee7f5f1e306d6924ab01f77dfe25960497;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #78,!85. --- diff --git a/ChangeLog b/ChangeLog index cc8a275300..3424847740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1470. [func] marcin + Improved lease database synchronization mechanisms in High + Availability hooks library. The new implementation uses + lease4-get-page and lease6-get-page commands to fetch leases + from the partner server. This prevents timeouts occurring + during long synchronizations as well as decreases CPU and + memory consumption on the HA enabled servers during lease + database synchronization. + (Gitlab #78,!85, git c54ea216463dcc6df693c96c4a5f82c0fbec2ff6) + 1469. [doc] marcin, fdupont Documented new class_cmds premium library which is used to modify client class configuration of the DHCP servers.