From: Thomas Markwalder Date: Thu, 27 Feb 2014 17:24:51 +0000 (-0500) Subject: [master] Added ChangeLog entry 763 for Trac #3341 X-Git-Tag: bind10-1.2.0beta1-release~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d336003d1e961ab0facd77bab25478cbdf47aec;p=thirdparty%2Fkea.git [master] Added ChangeLog entry 763 for Trac #3341 --- diff --git a/ChangeLog b/ChangeLog index c736f8fc60..c538df249c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +763. [func] tmark + b10-dhcp-ddns may now be configured to disable DNS updates in + in a given direction by simply not defining any domains for that + direction in its configuration. This allows it to be configured to + support either forward DNS or reverse DNS only. Prior to this if + a request was received that could not be matched to servers in a + given direction it was failed immediately. + (Trac #3341, git 01f26bce1d9faaddb8be59802f73891ea065b200) + 762. [func] tmark If configured to do so, b10-dhcp6 will now create DHCP-DDNS update requests and send them to b10-dhcp-ddns for processing.