From 75361d975ca689a02f6d5b759f92d07c022c86b1 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 18 Feb 2015 20:44:58 +0100 Subject: [PATCH] [master] Unfortunate paragraph about config validation removed. --- doc/guide/dhcp4-srv.xml | 8 -------- doc/guide/dhcp6-srv.xml | 6 ------ 2 files changed, 14 deletions(-) diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index cf4a44e6ee..1e278a6af7 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -237,14 +237,6 @@ global and Dhcp4, hence we need two closing curly brackets to close them. 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. - -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 . -
diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 745fa24a70..b0b7fd7b6d 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -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. -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 . -