]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[30-implement-control-socket-for-ddns-2] DHCP servers -> Kea servers
authorFrancis Dupont <fdupont@isc.org>
Wed, 2 Jan 2019 14:12:23 +0000 (15:12 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 3 Jan 2019 09:05:03 +0000 (04:05 -0500)
src/bin/agent/ca_command_mgr.cc

index 3371bf53e6c8fbc994e38c0eb4d417e8f0e6e5a2..e3041ab154182701bb8eaf41dfcf0c7d7857bac2 100644 (file)
@@ -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"