From: Francis Dupont Date: Thu, 3 Jan 2019 14:20:07 +0000 (+0100) Subject: [375-add-config-reload-support-in-process-library] Added config-reload to process... X-Git-Tag: 405-update-cb_cmds~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=93648a3a4918225e2c4413ae220fccc59eaea99a;p=thirdparty%2Fkea.git [375-add-config-reload-support-in-process-library] Added config-reload to process lib so CA and D2 --- 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 @@