diff options
author | Marcin Siodelski <marcin@isc.org> | 2024-05-09 11:47:04 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2024-06-19 12:34:18 +0200 |
commit | b1a20276053cfb9671270a540c86f7871f81eda6 (patch) | |
tree | 5d2821bf7c54183a1cef3992f2d1f405792417b1 /ChangeLog | |
parent | [#3246] Removed unused variable (diff) | |
download | kea-b1a20276053cfb9671270a540c86f7871f81eda6.tar.xz kea-b1a20276053cfb9671270a540c86f7871f81eda6.zip |
[#3246] Mark the change backward incompatible
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,7 +5,13 @@ propagated to the partner server. Previously, a released lease was always deleted in the partner, causing a loss of the association between the lease and the client in the - partner's lease database. + partner's lease database. This change introduces a new + "released" lease state which appears for the released leases + in the lease datbase and in the lease updates exchanged + between the HA partners. It is a backward incompatible change + for the HA partners that haven't been upgraded to the latest + Kea version. They will reject the lease updates for the + released leases holding the new state value. (Gitlab #3246) 2255. [bug] razvan |