]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3548] ChangeLog, AUTHORS updated.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 11 Dec 2014 12:05:06 +0000 (13:05 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 29 Dec 2014 19:33:14 +0000 (20:33 +0100)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index 62976b4a7f47d384c5af8a6352db4b32c54e3b72..5ea791bbdff4a6b375306662a2faa5961080470b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -73,6 +73,9 @@ We have received the following contributions:
  - David Gutierrez Rueda, CERN
    2014-12: Support for client link-address option in DHCPv6 (RFC6939)
 
+ - Adam Kalmus, Gdank University of Technology
+   2014-12: Extract MAC address from DUID-LL and DUID-LLT types
+
 Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
 Boost (http://www.boost.org/) library for almost everything, and can use Botan
 (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for
index 85d2a37dda3fcc0b971553bbde66889dcd9abf91..a64091e9a7bd5566e1700a8a96d453c7d9e1e628 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+8xx.   [func]          kalmus, tomek
+       DHCPv6 is now able to extract MAC from DUID-LLT and DUID-LL.
+       (Trac #3548, git tbd)
+
 870.   [func]          fdupont
        Cleanup the cryptolink API (e.g., removing spurious 'magic'
        zero length parameters).