diff options
author | Thomas Markwalder <tmark@isc.org> | 2023-11-15 16:07:57 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2023-11-21 13:08:56 +0100 |
commit | 3f3e74a23beba6fa490a855edb52734c5a9de1b5 (patch) | |
tree | a83484109ddbc3430462681d939cf271e7ccc2c7 /doc | |
parent | [3084] Fix JSON in ARM (diff) | |
download | kea-3f3e74a23beba6fa490a855edb52734c5a9de1b5.tar.xz kea-3f3e74a23beba6fa490a855edb52734c5a9de1b5.zip |
[#3084] Minor ARM fixes
modified: doc/sphinx/arm/hooks-ping-check.rst
modified: doc/sphinx/arm/hooks.rst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/hooks-ping-check.rst | 3 | ||||
-rw-r--r-- | doc/sphinx/arm/hooks.rst | 12 |
2 files changed, 7 insertions, 8 deletions
diff --git a/doc/sphinx/arm/hooks-ping-check.rst b/doc/sphinx/arm/hooks-ping-check.rst index 5bb1df936c..f629a7e5b4 100644 --- a/doc/sphinx/arm/hooks-ping-check.rst +++ b/doc/sphinx/arm/hooks-ping-check.rst @@ -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 diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index ab271927dc..76d7c31cae 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -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 |