]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry for #3036.
authorMarcin Siodelski <marcin@isc.org>
Tue, 20 Aug 2013 11:32:24 +0000 (13:32 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 20 Aug 2013 11:32:24 +0000 (13:32 +0200)
ChangeLog

index 4d89bd1e85e7f84bce4f2c05805c23b46605f6c0..139d0ae706cf3e43acedd65bbcc762a421f9cc25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+663.   [func]          marcin
+       bind10-dhcp6: Server processes the DHCPv6 Client FQDN Option
+       sent by a client and generates the response. The DHCPv6 Client
+       FQDN Option is represented by the new class in the libdhcp++.
+       As a result of FQDN Option processing, the server generates
+       NameChangeRequests which represent changes to DNS mappings for
+       a particular lease (addition or removal of DNS mappings).
+       Currently all generated NameChangeRequests are dropped. Sending
+       them to bind10-d2 will be implemented with the future tickets.
+       (Trac #3036, git 209f3964b9f12afbf36f3fa6b62964e03049ec6e)
+
 662.   [func]          marcin
        libdhcp++: Implemented an Option4ClientFqdn class which represents
        DHCPv4 Client FQDN Option (code 81) defined in RFC4702. This class