From 93648a3a4918225e2c4413ae220fccc59eaea99a Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 3 Jan 2019 15:20:07 +0100 Subject: [PATCH] [375-add-config-reload-support-in-process-library] Added config-reload to process lib so CA and D2 --- doc/api/config-reload.json | 2 +- doc/guide/api.xml | 6 +- doc/guide/ctrl-channel.xml | 8 +- doc/guide/ddns.xml | 3 +- src/bin/agent/ca_controller.cc | 6 +- .../agent/tests/ca_controller_unittests.cc | 149 +++++++++++++++++- src/bin/d2/d2_controller.cc | 6 +- src/bin/d2/tests/d2_command_unittest.cc | 109 ++++++++++++- src/bin/d2/tests/d2_controller_unittests.cc | 6 +- src/bin/shell/tests/shell_process_tests.sh.in | 2 +- src/lib/process/d_controller.cc | 8 +- src/lib/process/d_controller.h | 14 +- src/lib/process/d_process.h | 5 +- 13 files changed, 307 insertions(+), 17 deletions(-) diff --git a/doc/api/config-reload.json b/doc/api/config-reload.json index 8104db373e..400559b5a8 100644 --- a/doc/api/config-reload.json +++ b/doc/api/config-reload.json @@ -2,7 +2,7 @@ "name": "config-reload", "brief": "The config-reload command instructs Kea to load again the configuration file that was used previously.", "description": "See ", - "support": [ "kea-dhcp4", "kea-dhcp6" ], + "support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ], "avail": "1.2.0", "cmd-syntax": "{ \"command\": \"config-reload\" diff --git a/doc/guide/api.xml b/doc/guide/api.xml index 1e39cdca3a..7b807384c3 100644 --- a/doc/guide/api.xml +++ b/doc/guide/api.xml @@ -1,5 +1,5 @@