]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Finished merge of trac5152 (check D2 and CA config)
authorFrancis Dupont <fdupont@isc.org>
Thu, 16 Mar 2017 15:31:27 +0000 (16:31 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 16 Mar 2017 15:31:27 +0000 (16:31 +0100)
ChangeLog

index a39ad3a7ea1496efa83c1eb7b83dd997a165dbc0..a80be7c592d2a8eb0238868b366bb03eed0131aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1226.  [func]          fdupont
+       Command line option -t support added to libprocess and implemented
+       for kea-dhcp-ddns and kea-ctrl-agent. It allows configuration sanity
+       checking. Note that some parameters, such as ip-address, port, and
+       DNS server addresses for instance for kea-dhcp-ddns are not fully
+       checked as sockets are not opened or connections are not attempted.
+       (Trac #5152, git xxx)
+
 1225.  [func]          tomek
        Two new command config-get (retrieves current configuration)
        and config-write (writes current configuration to disk) have been