From: Michal Nowikowski Date: Mon, 5 Nov 2018 14:11:54 +0000 (+0100) Subject: added a sentence about CA and keactrl, fixed grammar X-Git-Tag: 259-libyang-adapt-authoritative_base~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87762e42137a6aa2d52566bd04938c2cb8949756;p=thirdparty%2Fkea.git added a sentence about CA and keactrl, fixed grammar --- diff --git a/doc/guide/agent.xml b/doc/guide/agent.xml index 165e2d0f71..5efebb6f32 100644 --- a/doc/guide/agent.xml +++ b/doc/guide/agent.xml @@ -295,23 +295,6 @@ http { -
- Control Agent Limitations - - Control Agent is a new component, first released in Kea 1.2. In - this release it comes with one notable limitation: - - - - keactrl hasn't been updated to manage the Control Agent (start, stop - reload). As a result, the CA must be started directly as described in - - - - - -
-
Starting Control Agent @@ -319,7 +302,8 @@ http { it should use. For example: $ ./kea-ctrl-agent -c /usr/local/etc/kea/kea-ctrl-agent.conf - +3 + It can be started by keactrl as well (see ).
diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml index 438da9e912..3145a4a656 100644 --- a/doc/guide/intro.xml +++ b/doc/guide/intro.xml @@ -177,7 +177,7 @@ kea-ctrl-agent — - Kea Control Agent (CA) is a daemon exposes a RESTful control + Kea Control Agent (CA) is a daemon that exposes a RESTful control interface for managing Kea servers.