mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[master] minor changes in kea-guide
This commit is contained in:
@@ -238,13 +238,6 @@ In a real life configuration file there most likely would be additional
|
||||
components defined such as Logging or DhcpDdns, so the closing brace would
|
||||
be followed by a comma and another object definition.</para>
|
||||
|
||||
<para>Kea 0.9 does not have configuration syntax validation
|
||||
implemented yet. Such a feature is planned for the near future. For
|
||||
the time being, it is convenient to use on-line JSON validators and/or
|
||||
viewers to check whether the syntax is correct. One example of such a
|
||||
JSON validator is available at <ulink
|
||||
url="http://jsonviewer.stack.hu/"/>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
@@ -243,12 +243,6 @@ In a real life configuration file there most likely would be additional
|
||||
components defined such as Logging or DhcpDdns, so the closing brace would
|
||||
be followed by a comma and another object definition.</para>
|
||||
|
||||
<para>Kea 0.9 does not have configuration syntax validation
|
||||
implemented yet. Such a feature is planned for the near future. For
|
||||
the time being, it is convenient to use on-line JSON validators and/or
|
||||
viewers to check whether the syntax is correct. One example of such a
|
||||
JSON validator is available at <ulink url="http://jsonviewer.stack.hu/"/>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
@@ -388,7 +388,7 @@ Debian and Ubuntu:
|
||||
|
||||
<section id="dhcp-config-backend">
|
||||
<title>Selecting the Configuration Backend</title>
|
||||
<para>Kea 0.9 introduces configuration backends that are
|
||||
<para>Kea 0.9 has introduced configuration backends that are
|
||||
switchable during the compilation phase. The backend is chosen using
|
||||
the --with-kea-config switch when running the configure script. It
|
||||
currently supports two values: BUNDY and JSON. JSON is the default.
|
||||
|
@@ -203,7 +203,7 @@ becoming more and more popular among various projects. There are unofficial patc
|
||||
ISC-DHCP that keep parts of the configuration in LDAP. It was also suggested that in some
|
||||
cases it would be convenient to keep configuration in XML files.
|
||||
|
||||
Kea 0.9 introduces configuration backends that are switchable during compilation phase.
|
||||
Kea 0.9 has introduced configuration backends that are switchable during compilation phase.
|
||||
There is a new parameter for configure script: --with-kea-config. It currently supports
|
||||
two values: BUNDY and JSON.
|
||||
|
||||
|
@@ -239,7 +239,7 @@ becoming more and more popular among various projects. There are unofficial patc
|
||||
ISC-DHCP that keep parts of the configuration in LDAP. It was also suggested that in some
|
||||
cases it would be convenient to keep configuration in XML files.
|
||||
|
||||
Kea 0.9 introduces configuration backends that are switchable during compilation phase.
|
||||
Kea 0.9 has introduced configuration backends that are switchable during compilation phase.
|
||||
There is a new parameter for configure script: --with-kea-config. It currently supports
|
||||
two values: BUNDY and JSON.
|
||||
|
||||
|
Reference in New Issue
Block a user