]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1550] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Thu, 19 Nov 2020 18:15:50 +0000 (20:15 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 19 Nov 2020 18:15:50 +0000 (20:15 +0200)
ChangeLog

index ff02e8927718b82771663f6b90ad4144264f38ed..5c15927efb014304abfcdd1f19d863c35b4bca70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-1830.  [bug]           razvan
+1831.  [bug]           razvan
        Fixed the DHCPv6 server implementation of the
        reservations-out-of-pool flag to match the DHCPv4 one. When the
        flag is true:
          client.
        (Gitlab #1550)
 
-1829.  [func]          fdupont, razvan
+1830.  [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. 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.
+       active.
+       (Gitlab #1405)
+
+1829.  [func]          fdupont, razvan
+       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