Browse Source

[3548] ChangeLog, AUTHORS updated.

Tomek Mrugalski 10 years ago
parent
commit
7ab90f69e0
2 changed files with 7 additions and 0 deletions
  1. 3 0
      AUTHORS
  2. 4 0
      ChangeLog

+ 3 - 0
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

+ 4 - 0
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).