]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5107] Renamed CtrlAgent to Control-agent.
authorMarcin Siodelski <marcin@isc.org>
Wed, 22 Feb 2017 10:32:03 +0000 (11:32 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 22 Feb 2017 10:32:03 +0000 (11:32 +0100)
src/bin/agent/ctrl_agent_controller.cc
src/bin/agent/tests/ctrl_agent_process_tests.sh.in

index f3f1444780028325709978442d29e78bb54f7693..281fae856bc5ee6a32c8154a2e92b34e403603f2 100644 (file)
@@ -16,7 +16,7 @@ namespace agent {
 
 /// @brief Defines the application name, this is passed into base class
 /// it may be used to locate configuration data and appears in log statement.
-const char* CtrlAgentController::agent_app_name_ = "CtrlAgent";
+const char* CtrlAgentController::agent_app_name_ = "Control-agent";
 
 /// @brief Defines the executable name. This is passed into the base class
 const char* CtrlAgentController::agent_bin_name_ = "kea-ctrl-agent";
index 3fcfcddbb5629f9586ca545ad64716a69175b4a7..fdf57d0b20f8e18ceacc0d0e134e77cb3d413b7a 100644 (file)
@@ -14,9 +14,8 @@ EXPECTED_VERSION="@PACKAGE_VERSION@"
 # Control Agent configuration to be stored in the configuration file.
 # todo: use actual configuration once we support it.
 CONFIG="{
-    \"CtrlAgent\":
+    \"Control-agent\":
     {
-        \"dummy-param\": 123
     },
     \"Logging\":
     {