]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added ChangeLog entry 763 for Trac #3341
authorThomas Markwalder <tmark@isc.org>
Thu, 27 Feb 2014 17:24:51 +0000 (12:24 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 27 Feb 2014 17:24:51 +0000 (12:24 -0500)
ChangeLog

index c736f8fc60f7f78f176b1c8153cfc9f57cf51ad3..c538df249ceeef3c3ea04b435be886c31996c260 100644 (file)
--- 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.