]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #5458.
authorMarcin Siodelski <marcin@isc.org>
Wed, 2 May 2018 13:17:53 +0000 (15:17 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 2 May 2018 13:17:53 +0000 (15:17 +0200)
ChangeLog

index c1ea0a2b6b2030ec11abc141bacd228cb617be01..fd3f5b8b1b45cf72cb6734f8e9604ba805e70270 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
+1392.  [func]          fdupont, marcin
+       Implemented new hook point "leases6_committed" in the DHCPv6
+       server. It supports new next step status NEXT_STEP_PARK
+       which causes the server to "park" the client's DHCP packet.
+       (Trac #5458, git 04d6fb0a0ac5b9dff2a02764cc9265f9a2a05ae8)
+
 1391.  [func]          tmark
        For both kea-dhcp4 and kea-dhcp6, the "ip-address" parameter
-       in the "relay" element for both subnets and shared networks, 
+       in the "relay" element for both subnets and shared networks,
        has been replaced with a list form, "ip-addresses".  Configuration
        parsing will continue to honor the singular form, but it should
        be considered deprecated.  In addition, an omission in 1.3 that
        caused shared network parsing to ignore the "relay' element has
-       been corrected. 
+       been corrected.
        (Trac #5535, git f4601abdb657122a8ba5d7784eded773ec01d171)
 
 1390.  [doc]           tomek