From: Ben Scott Date: Wed, 18 Jun 2025 18:56:21 +0000 (-0400) Subject: [#3881] Typo fixes (hopefully final) X-Git-Tag: Kea-3.0.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e9cc22d8152063ee0ec8c2be8d774b168ec41d;p=thirdparty%2Fkea.git [#3881] Typo fixes (hopefully final) --- diff --git a/doc/sphinx/arm/config-backend.rst b/doc/sphinx/arm/config-backend.rst index 23269d5ae9..47dae557ce 100644 --- a/doc/sphinx/arm/config-backend.rst +++ b/doc/sphinx/arm/config-backend.rst @@ -125,7 +125,7 @@ Likewise, API commands which modify Kea's configuration (other than the CB API) are contraindicated. This includes the :ischooklib:`libdhcp_subnet_cmds.so` and :ischooklib:`libdhcp_host_cmds.so` hooks. These APIs modify Kea's in-memory configuration, and can only be made -persist by using ``config-write`` to write a new JSON config file. +persistent by using ``config-write`` to write a new JSON config file. The Stork management suite does not currently support the CB. Stork makes all configuration changes through API avenues which expect to write a new JSON @@ -199,7 +199,8 @@ list. Installation and maintenance of external database software is beyond the scope of this manual. -The database schema is typically installed via the tool. See :ref:`cb-install` for more information. The raw schema creation scripts are +The database schema is typically installed via the :iscman:`kea-admin` tool. +See :ref:`cb-install` for more information. The raw schema creation scripts are `dhcpdb_create.mysql `__ and `dhcpdb_create.pgsql `__.