From: Francis Dupont Date: Thu, 16 Mar 2017 15:31:27 +0000 (+0100) Subject: [master] Finished merge of trac5152 (check D2 and CA config) X-Git-Tag: trac102b_base~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2231d79ebebd3cdf432cd4a8ac32018d180e27b6;p=thirdparty%2Fkea.git [master] Finished merge of trac5152 (check D2 and CA config) --- diff --git a/ChangeLog b/ChangeLog index a39ad3a7ea..a80be7c592 100644 --- 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