]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3084] Minor ARM fixes
authorThomas Markwalder <tmark@isc.org>
Wed, 15 Nov 2023 15:07:57 +0000 (10:07 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 21 Nov 2023 12:08:56 +0000 (12:08 +0000)
modified:   doc/sphinx/arm/hooks-ping-check.rst
modified:   doc/sphinx/arm/hooks.rst

doc/sphinx/arm/hooks-ping-check.rst
doc/sphinx/arm/hooks.rst

index 5bb1df936c1b2e7a4e52ca0b7dfb4883fe4b9d17..f629a7e5b4bc7cfbdbce371b4b549f5d3247447b 100644 (file)
@@ -94,8 +94,7 @@ return to step 1.
 
     a. Receipt of an ICMP DESTINATION UNREACHABLE message
     b. ICMP ECHO REQUEST send fails due to a network error (e.g. network is unreachable)
-    c. ICMP ECHO REQUEST send fails due to a permissions error (e.g. lease address
-    is a broadcast address)
+    c. ICMP ECHO REQUEST send fails due to a permissions error (e.g. lease address is a broadcast address)
     d. ICMP ECHO REQUEST send fails with socket buffer full error
 
     In each of these instances the address could not be checked and is treated as
index ab271927dcd306f981de96b4a802289178c764f4..76d7c31cae94370d53cde1cef1ad933e23aad098 100644 (file)
@@ -525,16 +525,16 @@ loaded by the correct process per the table below.
    |                                                           |              | which packets receive a response. The limit can be applied   |
    |                                                           |              | per-client class or per-subnet.                              |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
-   | :ref:`Ping Check <hooks-ping-check>`                      | ISC support  | With this hook library, :iscman:`kea-dhcp4` server can       |
-   |                                                           | customers    | perform ping checks of candidate lease addresses before      |
-   |                                                           |              | offering them to clients.                                    |
-   |                                                           |              | This library is under development and not yet functional.    |
-   +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
    | :ref:`MySQL Configuration Backend <hooks-cb-mysql>`       | Kea open     | This hook library is an implementation of the Kea            |
    |                                                           | source       | Configuration Backend for MySQL. It uses a MySQL database as |
    |                                                           |              | a repository for the Kea configuration information. Kea      |
    |                                                           |              | servers use this library to fetch their configurations.      |
    +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
+   | :ref:`Ping Check <hooks-ping-check>`                      | ISC support  | With this hook library, :iscman:`kea-dhcp4` server can       |
+   |                                                           | customers    | perform ping checks of candidate lease addresses before      |
+   |                                                           |              | offering them to clients.                                    |
+   |                                                           |              | This library is under development and not yet functional.    |
+   +-----------------------------------------------------------+--------------+--------------------------------------------------------------+
    | :ref:`PostgreSQL Configuration Backend <hooks-cb-pgsql>`  | Kea open     | This hook library is an implementation of the Kea            |
    |                                                           | source       | Configuration Backend for PostgreSQL. It uses a PostgreSQL   |
    |                                                           |              | database as a repository for the Kea configuration           |
@@ -614,8 +614,8 @@ sections.
 .. include:: hooks-lease-query.rst
 .. include:: hooks-legal-log.rst
 .. include:: hooks-limits.rst
-.. include:: hooks-ping-check.rst
 .. include:: hooks-cb-mysql.rst
+.. include:: hooks-ping-check.rst
 .. include:: hooks-cb-pgsql.rst
 .. include:: hooks-radius.rst
 .. include:: hooks-rbac.rst