BIND 10 master, updated. 1e6ee8d85fb949a2e39eb0f130b6a2d4a6470958 [master] Merge branch 'trac1212'
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 8 18:41:57 UTC 2011
The branch, master has been updated
via 1e6ee8d85fb949a2e39eb0f130b6a2d4a6470958 (commit)
via b6465a25eb8106081484d17a48c75031c14c50d2 (commit)
via a6222db2c3da815eb23c6deab6390066b0969670 (commit)
from a903d1aae9ab0ab3095144b9d2db7d5fc606b187 (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 1e6ee8d85fb949a2e39eb0f130b6a2d4a6470958
Merge: a903d1a b6465a2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Oct 8 11:25:42 2011 -0700
[master] Merge branch 'trac1212'
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/b10-xfrin.xml | 15 ++++++++++-----
src/bin/xfrin/xfrin_messages.mes | 6 +++++-
2 files changed, 15 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/b10-xfrin.xml b/src/bin/xfrin/b10-xfrin.xml
index d45e15f..824d5fa 100644
--- a/src/bin/xfrin/b10-xfrin.xml
+++ b/src/bin/xfrin/b10-xfrin.xml
@@ -59,7 +59,7 @@
<citerefentry><refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum></citerefentry>
boss process.
When triggered it can request and receive a zone transfer and store
- the zone in a BIND 10 zone data store.
+ the zone in a BIND 10 zone data source.
</para>
<!-- TODO:
@@ -68,9 +68,13 @@ The logic for handling transfer triggers or zone management is handled
in separate zonemgr process.
-->
- <note><simpara>
- This prototype release only supports AXFR. IXFR is not implemented.
- </simpara></note>
+ <para>
+ The <command>b10-xfrin</command> daemon supports both AXFR and
+ IXFR. Due to some implementation limitations of the current
+ development release, however, it only tries AXFR by default,
+ and care should be taken to enable IXFR.
+ See the BIND 10 Guide for more details.
+ </para>
<para>
This daemon communicates with BIND 10 over a
@@ -105,7 +109,8 @@ in separate zonemgr process.
<varname>name</varname> (the zone name),
<varname>class</varname> (defaults to <quote>IN</quote>),
<varname>master_addr</varname> (the zone master to transfer from),
- <varname>master_port</varname> (defaults to 53), and
+ <varname>master_port</varname> (defaults to 53),
+ <varname>ixfr_disabled</varname> (defaults to false), and
<varname>tsig_key</varname> (optional TSIG key to use).
The <varname>tsig_key</varname> is specified using a full string
colon-delimited name:key:algorithm representation (e.g.
diff --git a/src/bin/xfrin/xfrin_messages.mes b/src/bin/xfrin/xfrin_messages.mes
index 5e3e347..85dff2c 100644
--- a/src/bin/xfrin/xfrin_messages.mes
+++ b/src/bin/xfrin/xfrin_messages.mes
@@ -98,4 +98,8 @@ differences) was found. This means a connection for xfrin tried IXFR
and really aot a response for incremental updates.
% XFRIN_GOT_NONINCREMENTAL_RESP got nonincremental response for %1
-TBD
+Non incremental transfer was detected at the "first data" of a transfer,
+which is the RR following the initial SOA. Non incremental transfer is
+either AXFR or AXFR-style IXFR. In the latter case, it means that
+in a response to IXFR query the first data is not SOA or its SOA serial
+is not equal to the requested SOA serial.
More information about the bind10-changes
mailing list