From 7ed1e6b2c326c599bbe2dbabf32956688f1738ac Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 8 Jun 2022 18:49:39 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc/sphinx/arm/hooks-ddns-tuning.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sphinx/arm/hooks-ddns-tuning.rst b/doc/sphinx/arm/hooks-ddns-tuning.rst index fe101a3759..c7bb8a81ac 100644 --- a/doc/sphinx/arm/hooks-ddns-tuning.rst +++ b/doc/sphinx/arm/hooks-ddns-tuning.rst @@ -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