]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1335] addressed review and added ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Fri, 14 Aug 2020 18:20:36 +0000 (21:20 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 14 Aug 2020 18:20:36 +0000 (21:20 +0300)
ChangeLog
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes

index a24d08a80396687431aed1b8490d892b64dd3383..5cd75ddd5c60284aea802b4c22888fe63b990848 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1789.  [bug]           razvan
+       Fixed a bug in the lease reclaim process which would not reschedule the
+       timer if the operation failed.
+       (Gitlab #1335)
+
 1788.  [bug]*          fdupont
        When a host reservation in a subnet reserves an address, the
        address must be within the subnet. This check was previously
index cfb510fa5c17a40c02f6a686c4e61e91db6c5a27..0e0d4f755e96e6bdc11c9ee857fbe9a9778f4036 100644 (file)
@@ -434,8 +434,8 @@ the client's IPv4 address to which the response will be sent. The third
 argument contains the local interface name.
 
 % DHCP4_RECLAIM_EXPIRED_LEASES_FAIL failed to reclaim expired leases: %1
-This error message indicates that the reclaim expired leases operation failed,
-also providing the cause of failure.
+This error message indicates that the reclaim expired leases operation failed
+and provides the cause of failure.
 
 % DHCP4_INIT_FAIL failed to initialize Kea server: %1
 The server has failed to initialize. This may be because the configuration
index 14250768c41cb7d3c7fbeeba1b42863901410dff..419cb1bae5bf094c67565a8bf219bb3e2475a609 100644 (file)
@@ -437,8 +437,8 @@ will be assigned. The argument holds the client and transaction
 identification information.
 
 % DHCP6_RECLAIM_EXPIRED_LEASES_FAIL failed to reclaim expired leases: %1
-This error message indicates that the reclaim expired leases operation failed,
-also providing the cause of failure.
+This error message indicates that the reclaim expired leases operation failed
+and provides the cause of failure.
 
 % DHCP6_INIT_FAIL failed to initialize Kea server: %1
 The server has failed to establish communication with the rest of Kea,