2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#3084] Minor ARM fixes

modified:   doc/sphinx/arm/hooks-ping-check.rst
modified:   doc/sphinx/arm/hooks.rst
This commit is contained in:
Thomas Markwalder
2023-11-15 10:07:57 -05:00
parent ed8ba47716
commit 3f3e74a23b
2 changed files with 7 additions and 8 deletions

View File

@@ -94,8 +94,7 @@ return to step 1.
a. Receipt of an ICMP DESTINATION UNREACHABLE message a. Receipt of an ICMP DESTINATION UNREACHABLE message
b. ICMP ECHO REQUEST send fails due to a network error (e.g. network is unreachable) 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 c. ICMP ECHO REQUEST send fails due to a permissions error (e.g. lease address is a broadcast address)
is a broadcast address)
d. ICMP ECHO REQUEST send fails with socket buffer full error 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 In each of these instances the address could not be checked and is treated as

View File

@@ -525,16 +525,16 @@ loaded by the correct process per the table below.
| | | which packets receive a response. The limit can be applied | | | | which packets receive a response. The limit can be applied |
| | | per-client class or per-subnet. | | | | 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 | | :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 | | | source | Configuration Backend for MySQL. It uses a MySQL database as |
| | | a repository for the Kea configuration information. Kea | | | | a repository for the Kea configuration information. Kea |
| | | servers use this library to fetch their configurations. | | | | 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 | | :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 | | | source | Configuration Backend for PostgreSQL. It uses a PostgreSQL |
| | | database as a repository for the Kea configuration | | | | database as a repository for the Kea configuration |
@@ -614,8 +614,8 @@ sections.
.. include:: hooks-lease-query.rst .. include:: hooks-lease-query.rst
.. include:: hooks-legal-log.rst .. include:: hooks-legal-log.rst
.. include:: hooks-limits.rst .. include:: hooks-limits.rst
.. include:: hooks-ping-check.rst
.. include:: hooks-cb-mysql.rst .. include:: hooks-cb-mysql.rst
.. include:: hooks-ping-check.rst
.. include:: hooks-cb-pgsql.rst .. include:: hooks-cb-pgsql.rst
.. include:: hooks-radius.rst .. include:: hooks-radius.rst
.. include:: hooks-rbac.rst .. include:: hooks-rbac.rst