From: Marcin Siodelski Date: Tue, 20 Aug 2013 11:32:24 +0000 (+0200) Subject: [master] Added ChangeLog entry for #3036. X-Git-Tag: bind10-1.2.0beta1-release~256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=830fa71dc9dff20fe98af49455ff639ab39bbce8;p=thirdparty%2Fkea.git [master] Added ChangeLog entry for #3036. --- diff --git a/ChangeLog b/ChangeLog index 4d89bd1e85..139d0ae706 100644 --- 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