From 38980998647c226f971e61f4ffa97eb52e5e74e9 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Thu, 21 Aug 2025 09:57:56 -0400 Subject: [PATCH] [#4067] Implement Thomas's text suggestions --- doc/sphinx/arm/hooks.rst | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index f4e4dfe9cc..0af1eb1184 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -646,12 +646,8 @@ 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:`MySQL Configuration Backend ` | Kea open | This hook library is an implementation of the Kea Lease, | - | | source | Host, and Configuration Backend for MySQL. It uses a | - | | | MySQL database as a repository for the Kea leases, host | - | | | reservations, and configuration information. Kea servers use | - | | | this library to fetch their configurations if Configuration | - | | | Backend is used. | + | :ref:`MySQL Support Library ` | Kea open | This hook library provides support for using MySQL | + | | source | database(s) for Kea Lease, Host, and Configuration Backends. | +-----------------------------------------------------------+--------------+--------------------------------------------------------------+ | :ref:`PerfMon ` | Kea open | With this hook library, :iscman:`kea-dhcp4` and | | | source | :iscman:`kea-dhcp6` servers can track and report performance | @@ -661,12 +657,8 @@ loaded by the correct process per the table below. | | source | perform ping checks of candidate lease addresses before | | | | offering them to clients. | +-----------------------------------------------------------+--------------+--------------------------------------------------------------+ - | :ref:`PostgreSQL Configuration Backend ` | Kea open | This hook library is an implementation of the Kea Lease, | - | | source | Host, and Configuration Backend for PostgreSQL. It uses a | - | | | PostgreSQL database as a repository for the Kea leases, host | - | | | reservations, and configuration information. Kea servers use | - | | | this library to fetch their configurations if Configuration | - | | | Backend is used. | + | :ref:`PostgreSQL Support Library ` | Kea open | This hook library provides support for using PostgreSQL | + | | source | database(s) for Kea Lease, Host, and Configuration Backends. | +-----------------------------------------------------------+--------------+--------------------------------------------------------------+ | :ref:`RADIUS ` | Kea open | The RADIUS hook library allows Kea to interact with | | | source | RADIUS servers using access and accounting mechanisms. The |