]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] minor changes in kea-guide
authorWlodek Wencel <wlodek@isc.org>
Wed, 18 Feb 2015 19:45:29 +0000 (20:45 +0100)
committerWlodek Wencel <wlodek@isc.org>
Wed, 18 Feb 2015 19:45:29 +0000 (20:45 +0100)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml
doc/guide/install.xml
src/bin/dhcp4/dhcp4.dox
src/bin/dhcp6/dhcp6.dox

index cf4a44e6eef171521f2bb2b8fea134ab5130794e..3f64f93d9c9c96ec5d338875909521f6900d35bb 100644 (file)
@@ -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>
index 745fa24a70401abdc030b7bcaccee4a2fe721c46..b0b7fd7b6d8e000f22b0beff6d339bf6d44e1ca5 100644 (file)
@@ -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>
index 8bc17fba371459f97965d0cd50910fa79869d2d1..edfb374a984be83abcefea3f3ca6630cae82f9d0 100644 (file)
@@ -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.
index 1ef2d5bf2a01c7d5fb0aeea1b4300e4a6759cb94..6638328c86039e59fadcbb7220a5ccb78c566100 100644 (file)
@@ -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.
 
index 40e5cae1ab427d7d972cfefa5e118e48c31d9937..890414234bf74c601a9db1cd1e200799bac9a419 100644 (file)
@@ -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.