]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5613] Further changes from "attached to" to "loaded by"
authorMarcin Siodelski <marcin@isc.org>
Mon, 11 Jun 2018 17:21:27 +0000 (19:21 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 11 Jun 2018 17:21:27 +0000 (19:21 +0200)
doc/guide/agent.xml
doc/guide/ctrl-channel.xml

index cc9c296a4c42ae24155d232db8a50fc534126a60..165e2d0f717d28745185eba94b726f3df495166d 100644 (file)
@@ -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
     <xref linkend="ctrl-channel"/>.</para>
-    <para>Hook libraries can be attached to the CA to provide support for
+    <para>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
     </para>
 
     <para>
-      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
index ea2c9bd26728caf37b71870ee7cc54f254a48780..93de5ce2dfeae3e1eb4311b251a9b3f29ccc4853 100644 (file)
       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