From: Marcin Siodelski Date: Mon, 11 Jun 2018 17:21:27 +0000 (+0200) Subject: [5613] Further changes from "attached to" to "loaded by" X-Git-Tag: 136-add-global-host-reservation-examples_base~4^2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c1eec6446c648b6ebb5df803a36f01a2f47253;p=thirdparty%2Fkea.git [5613] Further changes from "attached to" to "loaded by" --- diff --git a/doc/guide/agent.xml b/doc/guide/agent.xml index cc9c296a4c..165e2d0f71 100644 --- a/doc/guide/agent.xml +++ b/doc/guide/agent.xml @@ -21,7 +21,7 @@ included in the command from the controlling client. The details of the supported commands as well as their structures are provided in . - Hook libraries can be attached to the CA to provide support for + Hook libraries can be loaded by the CA to provide support for additional commands or custom behavior of existing commands. Such hook libraries must implement callouts for 'control_command_receive' hook point. Details about creating new hook libraries and supported hook points can be @@ -167,7 +167,7 @@ - Hooks libraries can be attached to the Control Agent just like to + Hooks libraries can be loaded by the Control Agent just like to DHCPv4 and DHCPv6 servers. It currently supports one hook point 'control_command_receive' which makes it possible to delegate processing of some commands to the hooks library. The diff --git a/doc/guide/ctrl-channel.xml b/doc/guide/ctrl-channel.xml index ea2c9bd267..93de5ce2df 100644 --- a/doc/guide/ctrl-channel.xml +++ b/doc/guide/ctrl-channel.xml @@ -123,7 +123,7 @@ command to the DHCPv4 server for processing via unix domain socket. Sometimes, the command including a service value may also be processed by the CA, if the CA is running a hooks library which handles such command for the - given server. As an example, the hooks library attached to the CA + given server. As an example, the hooks library loaded by the CA may perform some operations on the database (like adding host reservations, modifying leases etc.). An advantage of performing DHCPv4 specific administrative operations in the CA rather than forwarding it to