From: Thomas Markwalder Date: Wed, 10 Nov 2021 19:51:43 +0000 (-0500) Subject: [2139] Fixed extra spaces in hooks.rst table X-Git-Tag: Kea-2.1.1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396c22afd5aac8bac4e2174f7d08800d69e646f7;p=thirdparty%2Fkea.git [2139] Fixed extra spaces in hooks.rst table modified: doc/sphinx/arm/hooks.rst --- diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index 5ae231ef12..353d3df9e5 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -400,7 +400,7 @@ loaded by the correct process per the table below. | | |still operational. The hook library also provides an ability| | | |to send lease updates to external backup servers, making it | | | |much easier to have a replacement that is up-to-date. | - +-----------------+---------------+------------------------------------------------------------+ + +-----------------+---------------+------------------------------------------------------------+ | Statistics | Kea open |This library provides additional | | Commands | source |commands for retrieving accurate DHCP lease statistics, for | | | |Kea DHCP servers that share the same lease database. This | @@ -451,7 +451,7 @@ loaded by the correct process per the table below. | Leasequery | ISC support |This library adds support for DHCPv4 | | | customers |Leasequery as described in RFC 4388; and for DHCPv6 | | | |Leasequery as described in RFC 5007. | - +-----------------+---------------+------------------------------------------------------------+ + +-----------------+---------------+------------------------------------------------------------+ | Run Script | Kea open |This hook library adds support to run external | | | source |scripts for specific packet-processing hook points. There | | | |are several exported environment variables available for |