]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Apply 1 suggestion(s) to 1 file(s)
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 8 Jun 2022 18:49:39 +0000 (18:49 +0000)
committerThomas Markwalder <tmark@isc.org>
Tue, 14 Jun 2022 18:09:03 +0000 (14:09 -0400)
doc/sphinx/arm/hooks-ddns-tuning.rst

index fe101a37593d737d202817b9bbf9b5fe45677b65..c7bb8a81ac7ed215467f9eec6c5c1fce78c7454b 100644 (file)
@@ -154,11 +154,11 @@ response to a client query (e.g. SOLICIT, REQUEST, RENEW, REBIND) is as follows:
 Skipping DDNS Updates
 ~~~~~~~~~~~~~~~~~~~~~
 
-The ddns-tuning library also provides the ability to skip DDNS updates on a per
-client basis.  The library recognizes a special client class, "SKIP_DDNS".  When a
-client is matched to this class, kea servers (kea-dhcp4 and kea-dhcp6) will not
-send DDNS update requests (NCRs) to kea-dhcp-ddns.  A common use-case would be
-to skip DDNS updates for fixed-address host reservations.  This is done easily by
+The ``ddns-tuning`` library also provides the ability to skip DDNS updates on a
+per-client basis. The library recognizes a special client class, "SKIP_DDNS"; when a
+client is matched to this class, the Kea servers (``kea-dhcp4`` and ``kea-dhcp6``) do not
+send DDNS update requests (NCRs) to ``kea-dhcp-ddns``. A common use case would be
+to skip DDNS updates for fixed-address host reservations. This is done easily by
 simply assigning the class to the host reservation as shown below:
 
 .. code-block:: javascript