BIND 10 trac1732, updated. da214e3e13d2ee898a409df35cff9f208654503b [trac1732] start of the documenting in-memory data source use
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 28 13:10:35 UTC 2012
The branch, trac1732 has been updated
via da214e3e13d2ee898a409df35cff9f208654503b (commit)
from 418a6dc9ee0369d13d14bfa825229c0e35a694e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit da214e3e13d2ee898a409df35cff9f208654503b
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Mar 28 08:09:39 2012 -0500
[trac1732] start of the documenting in-memory data source use
from jinmei's guide.diff from ticket #1732
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 32 +++++++++++++++++++++++++++++---
1 files changed, 29 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 3599e25..c9dd566 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1317,6 +1317,13 @@ This may be a temporary setting until then.
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>datasources</term>
+ <listitem>
+ <simpara>TBD</simpara>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</para>
@@ -1362,10 +1369,29 @@ This may be a temporary setting until then.
(The full path is what was defined at build configure time for
<option>--localstatedir</option>.
The default is <filename>/usr/local/var/</filename>.)
- This data file location may be changed by defining the
- <quote>database_file</quote> configuration.
+ This data file location may be changed by defining the
+ <quote>database_file</quote> configuration.
</para>
+ <section>
+ <title>In-memory Data Source</title>
+
+ <para>
+ How to configure it.
+ For example, the following command to bindctl
+ will configure an in-memory data source containing the "example.com"
+ zone with the zone file named "example.com.zone":
+
+ <screen>> <userinput> config set Auth/datasources/ [{"type": "memory", "zones": [{"origin": "example.com", "file": "example.com.zone"}]}]</userinput></screen>
+ </para>
+ By default, the memory data source is disabled; it must be
+ configured explicitly. To disable it again, specify a null list
+ for Auth/datasources:
+
+ Notes: it's currently for class IN only.
+
+ </section>
+
</section>
<section>
@@ -1373,7 +1399,7 @@ This may be a temporary setting until then.
<para>
RFC 1035 style DNS master zone files may imported
- into a BIND 10 data source by using the
+ into a BIND 10 SQLite3 data source by using the
<command>b10-loadzone</command> utility.
</para>
More information about the bind10-changes
mailing list