From: Jeremy C. Reed Date: Mon, 11 Aug 2014 19:00:52 +0000 (+0000) Subject: misc improvements: X-Git-Tag: trac3482_base~41^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02dfdb368fe9778df04a8556e7aff6eac354d765;p=thirdparty%2Fkea.git misc improvements: BUNDY instead of BIND10 remove old comment shell instead of bash fix pointer to examples in installed location instead of source tree --- diff --git a/doc/guide/config.xml b/doc/guide/config.xml index e1d4d7e34c..296e95e7ef 100644 --- a/doc/guide/config.xml +++ b/doc/guide/config.xml @@ -13,8 +13,8 @@ made when the configure script is run.
- BIND 10 configuration backend - This legacy configuration backend allows Kea to use the former BIND10 + BUNDY configuration backend + This legacy configuration backend allows Kea to use the former BIND 10 framework. That framework and this Kea configuration backend is no longer supported by ISC. It is currently developed as part of the Bundy project (see Bundy homepage). See the Bundy project @@ -23,9 +23,9 @@
JSON configuration backend - JSON is the default configuration backend and the only one supported - as of the 0.9 release. It assumes that the servers are started from the command line - (either directly or using a script, see TODO for details). The JSON backend uses + JSON is the default configuration backend. + It assumes that the servers are started from the command line + (either directly or using a script). The JSON backend uses certain signals to influence Kea. The configuration file is specified upon startup using -c parameter. @@ -34,7 +34,7 @@ Configuration files for DHCPv4, DHCPv6 and DDNS modules are defined in an extended JSON format. Basic JSON is defined in RFC 4627. Kea components - use a slightly modified JSON, in that they allowing bash-style + use a slightly modified JSON, in that they allow shell-style comments in the file: lines with the hash (#) character in the first column are comment lines and are ignored. @@ -99,8 +99,8 @@ - More examples are available in the Kea source code in the - doc/examples directory. + More examples are available in the installed + share/doc/kea/examples directory. To avoid repetition of mostly similar structures, examples in the rest of this guide will showcase only the subset of parameters appropriate for a given