]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3551] Doc, AUTHORS, ChangeLog updated.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 10 Dec 2014 08:40:32 +0000 (09:40 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 10 Dec 2014 08:40:32 +0000 (09:40 +0100)
AUTHORS
ChangeLog
doc/guide/dhcp6-srv.xml

diff --git a/AUTHORS b/AUTHORS
index b2a98b7cd1753e13301098f35d7d88f591d3d2e6..62976b4a7f47d384c5af8a6352db4b32c54e3b72 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -70,6 +70,9 @@ We have received the following contributions:
    2014-11: Export CalloutManager headers for testing statically linked
             libraries.
 
+ - David Gutierrez Rueda, CERN
+   2014-12: Support for client link-address option in DHCPv6 (RFC6939)
+
 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 a675817c78f28ecbfe9ec73e253da40cbd6fcea0..6d0c9528d0099807d75443ce3811ea68f9cd9da2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+6XX.   [func]          dgutier
+       Support for client link-layer address option (RFC6939) has
+       been added.
+       (Trac #3551, git abcd)
+
 860.   [bug]           marcin
        Fixed calculation of the Client FQDN option length for the ASCII
        domain name encoding.
index 20d100e8b65a5fc18b650dac4b407be23a5efdb8..d9cc54a2c1004b5dd522fbff83074bd68390cef2 100644 (file)
@@ -1802,6 +1802,13 @@ should include options from the isc option space:
             <ulink url="http://tools.ietf.org/html/rfc4704">RFC 4704</ulink>:
             Supported option is CLIENT_FQDN.</simpara>
           </listitem>
+         <listitem>
+           <simpara><emphasis>Client Link-Layer Address Option in
+           DHCPv6</emphasis>,
+           <ulink url="http://tools.ietf.org/html/rfc6939">RFC
+           6939</ulink>: Supported option is client link-layer
+           address option.</simpara>
+         </listitem>
       </itemizedlist>
     </section>