diff options
author | Wlodzimierz Wencel <wlodek@isc.org> | 2024-10-25 11:41:12 +0200 |
---|---|---|
committer | Wlodzimierz Wencel <wlodek@isc.org> | 2024-10-25 11:41:12 +0200 |
commit | e2300efb36dac263baf78df72793e561fa7c774b (patch) | |
tree | b7473926824ddd5e0cb63b0388ee51b81feab1b2 /doc | |
parent | [#3605] Add changelog entry (diff) | |
download | kea-e2300efb36dac263baf78df72793e561fa7c774b.tar.xz kea-e2300efb36dac263baf78df72793e561fa7c774b.zip |
[#3529] fixed typo, removed experimental note
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 2 | ||||
-rw-r--r-- | doc/sphinx/arm/hooks-legal-log.rst | 5 | ||||
-rw-r--r-- | doc/sphinx/arm/hooks-ping-check.rst | 5 |
3 files changed, 3 insertions, 9 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 7e5eea68f9..5d78fe6865 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4535,7 +4535,7 @@ Stash Agent Options ------------------- This global parameter was added in version 2.5.8 to mirror a feature that was -previously available in ISC DHCP. When the ``stash-agent-option`` parameter +previously available in ISC DHCP. When the ``stash-agent-options`` parameter is ``true``, the server records the relay agent information options sent during the client's initial DHCPREQUEST message (when the client was in the SELECTING state) and behaves as if those options are included in all diff --git a/doc/sphinx/arm/hooks-legal-log.rst b/doc/sphinx/arm/hooks-legal-log.rst index 0141000760..1b2a3dd4bc 100644 --- a/doc/sphinx/arm/hooks-legal-log.rst +++ b/doc/sphinx/arm/hooks-legal-log.rst @@ -1056,9 +1056,8 @@ parameters as defined in :ref:`database-configuration4`. The ``type`` parameter should be ``mysql``, ``postgresql`` or ``logfile``; when it is absent or set to ``logfile``, files are used. -This database feature is experimental. No specific tools are provided -to operate the database, but standard tools may be used, for example, -to dump the logs table from a MYSQL database: +No specific tools are provided to operate the database, but standard +tools may be used, for example, to dump the logs table from a MYSQL database: :: diff --git a/doc/sphinx/arm/hooks-ping-check.rst b/doc/sphinx/arm/hooks-ping-check.rst index b8206f9591..3a40c162bf 100644 --- a/doc/sphinx/arm/hooks-ping-check.rst +++ b/doc/sphinx/arm/hooks-ping-check.rst @@ -11,11 +11,6 @@ to a behavior available in ISC DHCP and one suggested in `RFC .. note:: - This library is experimental and not recommended for use in production - environments. - -.. note:: - :ischooklib:`libdhcp_ping_check.so` is available only to ISC customers with a paid support contract. For more information on subscription options, please complete the form at https://www.isc.org/contact. |