]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Merge branch 'trac4265' Access to options and constants from DHCP6 relay encapsulations
authorShawn Routhier <sar@isc.org>
Wed, 6 Apr 2016 19:27:22 +0000 (12:27 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 6 Apr 2016 19:27:22 +0000 (12:27 -0700)
1  2 
ChangeLog

diff --cc ChangeLog
index e523642db7f4c12398199d2cf4754a5d6c2fa51f,b7e0064b7fcd53cef5d63ceb1cc1db47de5f22df..cf35d3fa11fa58fed315144d4f8cfaad4e9f7f8f
+++ b/ChangeLog
@@@ -1,23 -1,8 +1,28 @@@
 -1xxx. [func]          sar
++1102. [func]          sar
+       Added access to the peer address, link address and option
+       information added by relays in a DHCPv6 message.
+       (Trac $4269, git tbd)
 +1101. [bug]           stephen
 +      Made DHCPSRV_MEMFILE_LFC_UNREGISTER_TIMER_FAILED a debug message as the
 +      condition leading to it (trying to unregister a timer that is not
 +      registered) does not have an adverse effect on the operation of Kea.
 +      (Trac #4293, git 06204c5d347d0df359af69974c155d0fa9725b44)
 +
 +1100. [bug]           tmark
 +      Wrapped asio/asio.hpp with logic to suppress optimization when building
 +      under GCC 5.2.0 through 5.3.1 and BOOST_ERROR_CODE_HEADER only is defined.
 +      This avoids an issue in the asio socket layer that was incorrectly
 +      reporting socket read errors causing unit tests to fail and kea-dhcp-ddns
 +      to loop logger calls in the error handler (aka double errors).
 +      (Trac #4243, git 082f846f37cb32964c876b2bff5fcac82d1eaaf0)
 +
 +1099. [func]          marcin
 +      Updated Host Manager API to allow for retrieving host reservations
 +      by any type of host identifier. Previously it was only possible
 +      to retrieve host reservations by hardware address or DUID.
 +      (Trac #4302, git 3979656c918164e3c39e0e8fb78b2862a2b5e95a)
 +
  1098. [func]          kalmus, marcin
        Implemented IPv6 address/prefix reservations in MySQL.
        (Trac #4212, git 79481043935789fc6898d4743bede1606f82eb75)