diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-12-12 19:16:40 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-12-12 19:16:40 +0100 |
commit | ace760ba71809e93df8f51b7b7925f333c57648c (patch) | |
tree | 507de977c45dd99857617d3786c3aa0141711d63 /doc | |
parent | [#344,!171] Install notes point to gitlab rather than github. (diff) | |
download | kea-ace760ba71809e93df8f51b7b7925f333c57648c.tar.xz kea-ace760ba71809e93df8f51b7b7925f333c57648c.zip |
[#344,!171] Removed "Selecting the Configuration Backend" section.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/install.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/guide/install.xml b/doc/guide/install.xml index 13208572af..88de6fb96f 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -423,8 +423,6 @@ Debian and Ubuntu: <para> For instructions concerning the installation and configuration of database backends for Kea, see <xref linkend="dhcp-install-configure"/>. - For information concerning the configuration backends, see - <xref linkend="dhcp-config-backend"/>. </para> </note> </para> @@ -514,29 +512,6 @@ Debian and Ubuntu: </section> - <section xml:id="dhcp-config-backend"> - <title>Selecting the Configuration Backend</title> - <para>Kea 0.9 introduced configuration backends that are - switchable during the compilation phase. Only one backend, JSON, - is currently supported. - </para> - - <variablelist> - - <varlistentry> - <term>JSON</term> - <listitem> - <simpara>JSON is the default configuration backend - that allows Kea to read JSON configuration files from - disk. It does not require any framework and thus is - considered more lightweight. It allows dynamic on-line - reconfiguration using Kea API.</simpara> - </listitem> - </varlistentry> - </variablelist> - - </section> - <section xml:id="dhcp-install-configure"> <title>DHCP Database Installation and Configuration</title> <para> |