From b0c2c6896645f95501cc47ba2a3fd845e361e2ca Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 12:22:49 -0400 Subject: [PATCH] Add new file --- doc/api/config-reload.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/api/config-reload.json diff --git a/doc/api/config-reload.json b/doc/api/config-reload.json new file mode 100644 index 0000000000..e875b87020 --- /dev/null +++ b/doc/api/config-reload.json @@ -0,0 +1,10 @@ +{ + "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" ], + "avail": "first version the command appeared in", + "cmd-syntax": "{ + \"command\": \"config-reload\" +}", +} -- 2.47.3