From: Francis Dupont Date: Wed, 2 Jan 2019 14:12:23 +0000 (+0100) Subject: [30-implement-control-socket-for-ddns-2] DHCP servers -> Kea servers X-Git-Tag: 208-move-logging-from-global-objects-to-global-params_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be275ac1e5de26eb3f6c70ac40d52e88e7b3cd5;p=thirdparty%2Fkea.git [30-implement-control-socket-for-ddns-2] DHCP servers -> Kea servers --- diff --git a/src/bin/agent/ca_command_mgr.cc b/src/bin/agent/ca_command_mgr.cc index 3371bf53e6..e3041ab154 100644 --- a/src/bin/agent/ca_command_mgr.cc +++ b/src/bin/agent/ca_command_mgr.cc @@ -118,8 +118,8 @@ CtrlAgentCommandMgr::handleCommandInternal(std::string cmd_name, s << text->stringValue(); s << " You did not include \"service\" parameter in the command," " which indicates that Kea Control Agent should process this" - " command rather than forward it to one or more DHCP servers. If you" - " aimed to send this command to one of the DHCP servers you" + " command rather than forward it to one or more Kea servers. If you" + " aimed to send this command to one of the Kea servers you" " should include the \"service\" parameter in your request, e.g." " \"service\": [ \"dhcp4\" ] to forward the command to the DHCPv4" " server, or \"service\": [ \"dhcp4\", \"dhcp6\", \"d2\" ] to forward it to"