]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[64-client-class-cmds-hook] Added class_cmds hooks library to the list in guide.
authorMarcin Siodelski <marcin@isc.org>
Tue, 30 Oct 2018 07:20:21 +0000 (08:20 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 5 Nov 2018 16:38:48 +0000 (11:38 -0500)
doc/guide/hooks.xml

index f7d95f9f16c97f5250cb4f9459320ab9190f82bc..3ae85f9e7e79816967422ad0e8cd29d83d06fb18 100644 (file)
@@ -176,6 +176,7 @@ $ <userinput>sudo make install</userinput>
       libraries are installed properly with this command:
 <screen>
 $ <userinput>ls -l /usr/local/lib/hooks/*.so</userinput>
+/usr/local/lib/hooks/libdhcp_class_cmds.so
 /usr/local/lib/hooks/libdhcp_flex_id.so
 /usr/local/lib/hooks/libdhcp_host_cmds.so
 /usr/local/lib/hooks/libdhcp_lease_cmds.so
@@ -549,6 +550,21 @@ $ <userinput>ls -l /usr/local/lib/hooks/*.so</userinput>
               in the database.
               </entry>
             </row>
+            <row>
+              <entry>Class Commands</entry>
+              <entry>Support customers</entry>
+              <entry>Kea 1.5.0</entry>
+              <entry>
+                <simplelist>
+                  <member>kea-dhcp4</member>
+                  <member>kea-dhcp6</member>
+                </simplelist>
+              </entry>
+              <entry>This Class Cmds hooks library allows for adding, updating
+              deleting and fetching configured DHCP client classes without the
+              need to restart the DHCP server.
+              </entry>
+            </row>
           </tbody>
           </tgroup>
           </table>