From 6be275ac1e5de26eb3f6c70ac40d52e88e7b3cd5 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 2 Jan 2019 15:12:23 +0100 Subject: [PATCH] [30-implement-control-socket-for-ddns-2] DHCP servers -> Kea servers --- src/bin/agent/ca_command_mgr.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.2