From: Francis Dupont Date: Thu, 3 Jan 2019 11:48:13 +0000 (+0100) Subject: [master] Updated ChangeLog for D2 control channel X-Git-Tag: 208-move-logging-from-global-objects-to-global-params_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5498f4ffa49fb03ffa651ad8d48612fbfd7ff1e5;p=thirdparty%2Fkea.git [master] Updated ChangeLog for D2 control channel --- diff --git a/ChangeLog b/ChangeLog index 654f5c0387..1273d022e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1508. [func] fdupont + Implemented the management API using a control socket for the + DHCP DDNS (D2) server. D2 now supports the following commands: + build-report, config-get, config-set, config-test, config-write, + list-commands, shutdown and version-get. Also, extended Control + Agent (CA) to support one additional command: config-set. + (Gitlab #30,!183, git ab27550cec365f42289eb5fa1bc39f33f01b19c2) + 1507. [func] tmark kea-dhcp4 now ensures that the message type option (53) is the first option in outbound DHCPv4 packets. This was done