]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1550] added ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Thu, 19 Nov 2020 15:45:40 +0000 (17:45 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 19 Nov 2020 15:45:40 +0000 (17:45 +0200)
ChangeLog

index 82f1b17a04c871df412acbe681a8ce0ce9dbc91d..e5249e951dfe4c400dab6094feb4fcff11ef7945 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,20 @@
+1830.  [bug]           razvan
+       Fixed the DHCPv6 server implementation of out-of-pool flag to
+       honor the definition. The in pool reservations search is now
+       skipped and the reserved addresses are no longer assigned to
+       the clients, but can be assigned dynamically to any client.
+       (Gitlab #1550)
+
 1829.  [func]          fdupont, razvan
        Added new configuration options reservations-global,
        reservations-in-subnet and reservations-out-of-pool to replace
        the old reservation-mode parameter. The new flags can be
        configured independently, adding support for new configuration
        scenarios when global and in subnet reservations are both
-       active.
+       active. Also fixed a bug in the hasAddressReservation function
+       which was causing the search for reservations to end as soon
+       as no global reservation was found when configuring a subnet or
+       shared network with global reservations enabled.
        (Gitlab #1405)
 
 1828.  [bug]           andrei