]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2354] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Thu, 19 May 2022 14:56:10 +0000 (10:56 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 19 May 2022 19:31:35 +0000 (15:31 -0400)
doc/sphinx/arm/classify.rst
    Added SKIP_DDNS

doc/sphinx/arm/hooks.rst
    Fixed spelling.

src/bin/dhcp6/tests/Makefile.am
    Restored commented out line

doc/sphinx/arm/classify.rst
doc/sphinx/arm/hooks.rst
src/bin/dhcp6/tests/Makefile.am

index 0fa00288785b5b921f5d915eddb1a031eb883072..8e6ded67a70f8e2e01b00eb78451f1a33b637e1a 100644 (file)
@@ -166,16 +166,20 @@ be found in :ref:`high-availability-library`.
 The ``BOOTP`` class is used by the BOOTP hook library to classify and
 respond to inbound BOOTP queries.
 
+The ``SKIP_DDNS`` class is used by the DDNS-tuning hook library to suppress
+DDNS updates on a per client basis.
+
 Other examples are the ``ALL`` class, to which all incoming packets belong,
 and the ``KNOWN`` class, assigned when host reservations exist for a
 particular client. By convention, the names of built-in classes begin with all
 capital letters.
 
-Currently recognized built-in class names are ``ALL``, ``KNOWN`` and ``UNKNOWN``, and the
-prefixes ``VENDOR_CLASS_``, ``HA_``, ``AFTER_``, and ``EXTERNAL_``. Although the ``AFTER_``
-prefix is a provision for an as-yet-unwritten hook, the ``EXTERNAL_``
-prefix can be freely used; built-in classes are implicitly defined so
-they never raise warnings if they do not appear in the configuration.
+Currently recognized built-in class names are ``ALL``, ``KNOWN`` and ``UNKNOWN``,
+and the prefixes ``VENDOR_CLASS_``, ``HA_``, ``AFTER_``, ``EXTERNAL_``,
+``SKIP_DDNS``. Although the ``AFTER_`` prefix is a provision for an
+as-yet-unwritten hook, the ``EXTERNAL_`` prefix can be freely used; built-in
+classes are implicitly defined so they never raise warnings if they do not
+appear in the configuration.
 
 .. _classification-using-expressions:
 
index 0931cfa3b04cc5c0c188249abf9a12778a59386d..2b3a995dc14b63e57e225e1241b0fed1e034cf11 100644 (file)
@@ -462,7 +462,7 @@ loaded by the correct process per the table below.
    +-----------------+---------------+------------------------------------------------------------+
    | DDNS-Tuning     | ISC support   |This hook library adds support for fine tuning various DDNS |
    |                 | customers     |update aspects such as generating hostnames via expressions |
-   |                 |               |and skipping DDNS updates for select cients.                |
+   |                 |               |and skipping DDNS updates for select clients.               |
    +-----------------+---------------+------------------------------------------------------------+
 
 ISC hopes to see more hook libraries become available as time
index 6ec1137ae5e98898a8691af5466bc659a1fda402..e3518f1ad42999965370fc54b34355969d8d6567 100644 (file)
@@ -7,7 +7,7 @@ TESTS_ENVIRONMENT = \
         $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
 
 # Shell tests
-#SHTESTS = dhcp6_process_tests.sh
+SHTESTS = dhcp6_process_tests.sh
 
 # Run shell tests on "make check".
 check_SCRIPTS = $(SHTESTS)