2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

[3551] Doc, AUTHORS, ChangeLog updated.

This commit is contained in:
Tomek Mrugalski 2014-12-10 09:40:32 +01:00
parent f2dd9fe7bb
commit dabdf965d9
3 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,9 @@ We have received the following contributions:
2014-11: Export CalloutManager headers for testing statically linked 2014-11: Export CalloutManager headers for testing statically linked
libraries. 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, Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging,
Boost (http://www.boost.org/) library for almost everything, and can use Botan Boost (http://www.boost.org/) library for almost everything, and can use Botan
(http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for

View File

@ -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 860. [bug] marcin
Fixed calculation of the Client FQDN option length for the ASCII Fixed calculation of the Client FQDN option length for the ASCII
domain name encoding. domain name encoding.

View File

@ -1802,6 +1802,13 @@ should include options from the isc option space:
<ulink url="http://tools.ietf.org/html/rfc4704">RFC 4704</ulink>: <ulink url="http://tools.ietf.org/html/rfc4704">RFC 4704</ulink>:
Supported option is CLIENT_FQDN.</simpara> Supported option is CLIENT_FQDN.</simpara>
</listitem> </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> </itemizedlist>
</section> </section>