diff options
author | Andrei Pavel <andrei@isc.org> | 2024-06-20 19:07:06 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-06-20 20:29:58 +0200 |
commit | bad37a609a0c8c70310eccde28ca2767a4006e49 (patch) | |
tree | 6a938532edf5e7e986bea0c8e3f21dc44524c6fe | |
parent | [#3435] some formatting in netconf (diff) | |
download | kea-bad37a609a0c8c70310eccde28ca2767a4006e49.tar.xz kea-bad37a609a0c8c70310eccde28ca2767a4006e49.zip |
[#3435] add ChangeLog entry
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2257. [func] andrei + Exceptions thrown from Sysrepo while processing a NETCONF config + change or while sending notifications are now caught and logged. + The configuration is not applied in that case, but at least + kea-netconf recovers instead of crashing. These scenarios are + corner cases that are likely not found in production and that + trigger bugs in upstream code. + (Gitlab #3435) + 2256. [func] marcin High Availability hook now supports lease affinity for the released leases. When a lease is released but left in the @@ -16,7 +25,7 @@ 2255. [bug] razvan The environment is now inherited by kea-lfc when started by - the kea dhcp server. + the Kea DHCP server. (Gitlab #3450) 2254. [func] tmark |