BIND 10 trac1732, updated. 435436f1402c345fec712d923848f934999f3107 [trac1732] more doc work for loading zones

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 28 14:58:03 UTC 2012


The branch, trac1732 has been updated
       via  435436f1402c345fec712d923848f934999f3107 (commit)
       via  98483c34555c48143e6bfcdab63a9ec68a6fb86a (commit)
      from  99afc8ab28a7748f9dda301da98e64a2b0b5e04c (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 435436f1402c345fec712d923848f934999f3107
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Mar 28 09:55:14 2012 -0500

    [trac1732] more doc work for loading zones
    
    Add more examples and explanations about in-memory.
    
    Be clear again that b10-loadzone is sqlite3.

commit 98483c34555c48143e6bfcdab63a9ec68a6fb86a
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Mar 28 09:15:11 2012 -0500

    [trac1732] remove redundant note about IN class

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/bind10-guide.xml |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 6b983f2..f38b281 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1484,9 +1484,19 @@ This may be a temporary setting until then.
 > <userinput>config set Auth/datasources[0]/zones[0]/file "<option>example.com.zone</option>"</userinput>
 > <userinput>config commit</userinput></screen>
 
+	  The authoritative server will begin serving it immediately
+	  after it is loaded.
 	</para>
 
-	<note><simpara>Note: it's currently for class IN only.</simpara></note>
+	<para>
+	  Use the <command>Auth loadzone</command> command in
+	  <command>bindctl</command> to reload a changed master
+	  file into memory; for example:
+
+	  <screen>> <userinput>Auth loadzone origin="example.com"</userinput>
+</screen>
+
+	</para>
 
 <!--
         <para>
@@ -1498,8 +1508,10 @@ This may be a temporary setting until then.
 
         <para>
 	By default, the memory data source is disabled; it must be
-	configured explicitly.  To disable it again, specify a null list
-	for <varname>Auth/datasources</varname>:
+	configured explicitly.  To disable all the in-memory zones,
+	specify a null list for <varname>Auth/datasources</varname>:
+
+<!-- TODO: this assumes that Auth/datasources is for memory only -->
 
 	  <screen>> <userinput>config set Auth/datasources/ []</userinput>
 > <userinput>config commit</userinput></screen>
@@ -1510,6 +1522,12 @@ This may be a temporary setting until then.
 
 	  <screen>> <userinput>config remove Auth/datasources[<option>0</option>]/zones[<option>0</option>]</userinput>
 > <userinput>config commit</userinput></screen>
+
+	  (Replace the list number(s) in
+	  <varname>datasources[<replaceable>0</replaceable>]</varname>
+	  and/or <varname>zones[<replaceable>0</replaceable>]</varname>
+	  for the relevant zone as needed.)
+
 	</para>
 
       </section>
@@ -1568,7 +1586,7 @@ This may be a temporary setting until then.
       <note>
       <para>
         In the development prototype release, only the SQLite3 back
-        end is used.
+        end is used by <command>b10-loadzone</command>.
         By default, it stores the zone data in
         <filename>/usr/local/var/bind10-devel/zone.sqlite3</filename>
         unless the <option>-d</option> switch is used to set the



More information about the bind10-changes mailing list