2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[#2139] Text edits

This commit is contained in:
Suzanne Goldlust
2021-11-05 21:32:03 +00:00
committed by Thomas Markwalder
parent 33128ff7ca
commit f5e2fb59fb

View File

@@ -1,13 +1,13 @@
.. _class-cmds-library: .. _class-cmds-library:
class_cmds: Class Commands ``class_cmds``: Class Commands
========================== ==============================
This section describes the Class Commands hooks library, which exposes This section describes the Class Commands hooks library, which exposes
several control commands for manipulating client classes (part of the several control commands for manipulating client classes (part of the
Kea DHCP servers' configurations) without the need to restart those Kea DHCP servers' configurations) without the need to restart those
servers. Using these commands it is possible to add, update, delete, and servers. Using these commands it is possible to add, update, delete, and
list client classes configured for a given server. list the client classes configured for a given server.
.. note:: .. note::
@@ -19,8 +19,8 @@ customers with a paid support contract.
.. _command-class-add: .. _command-class-add:
The class-add Command The ``class-add`` Command
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
The ``class-add`` command adds a new client class to the DHCP server The ``class-add`` command adds a new client class to the DHCP server
configuration. This class is appended at the end of the list of classes configuration. This class is appended at the end of the list of classes
@@ -61,8 +61,8 @@ Here is the response to the ``class-add`` command in our example:
.. _command-class-update: .. _command-class-update:
The class-update Command The ``class-update`` Command
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``class-update`` command updates an existing client class in the The ``class-update`` command updates an existing client class in the
DHCP server configuration. If the client class with the given name DHCP server configuration. If the client class with the given name
@@ -110,8 +110,8 @@ the new name will be added at the end of the list of configured classes.
.. _command-class-del: .. _command-class-del:
The class-del Command The ``class-del`` Command
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
The ``class-del`` command is used to remove a particular class from the server The ``class-del`` command is used to remove a particular class from the server
@@ -146,8 +146,8 @@ If the class does not exist, the result of 3 is returned.
.. _command-class-list: .. _command-class-list:
The class-list Command The ``class-list`` Command
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
``class-list`` is used to retrieve a list of all client classes. This ``class-list`` is used to retrieve a list of all client classes. This
@@ -185,9 +185,8 @@ merely class names. To retrieve full class information, the
.. _command-class-get: .. _command-class-get:
The class-get Command The ``class-get`` Command
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
``class-get`` is used to retrieve detailed information about a specified ``class-get`` is used to retrieve detailed information about a specified
class. The command structure is very simple: class. The command structure is very simple: