BIND 10 trac1294, updated. 45970604c644066bd34abd15c8877d5969462250 [trac1294] add comment pointing to ticket todo
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 12 13:40:32 UTC 2011
The branch, trac1294 has been updated
via 45970604c644066bd34abd15c8877d5969462250 (commit)
from 1bbe7018238856b949b449bdacb43bcf90c79bef (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 45970604c644066bd34abd15c8877d5969462250
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Oct 12 08:40:15 2011 -0500
[trac1294] add comment pointing to ticket todo
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 2 ++
src/bin/xfrin/b10-xfrin.xml | 1 +
src/bin/xfrin/xfrin.py.in | 1 +
3 files changed, 4 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index fd58285..4603818 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1271,6 +1271,7 @@ TODO
development release, however, it only tries AXFR by default,
and care should be taken to enable IXFR.
</para>
+<!-- TODO: http://bind10.isc.org/ticket/1279 -->
<note><simpara>
In the current development release of BIND 10, incoming zone
@@ -1313,6 +1314,7 @@ TODO
<screen>> <userinput>config set Xfrin/zones[0]/use_ixfr true</userinput></screen>
</para>
+<!-- TODO: http://bind10.isc.org/ticket/1279 -->
<note><simpara>
One reason why IXFR is disabled by default in the current
release is because it does not support automatic fallback from IXFR to
diff --git a/src/bin/xfrin/b10-xfrin.xml b/src/bin/xfrin/b10-xfrin.xml
index 30eccb5..dc9a6cd 100644
--- a/src/bin/xfrin/b10-xfrin.xml
+++ b/src/bin/xfrin/b10-xfrin.xml
@@ -75,6 +75,7 @@ in separate zonemgr process.
and care should be taken to enable IXFR.
See the BIND 10 Guide for more details.
</para>
+<!-- TODO: http://bind10.isc.org/ticket/1279 -->
<para>
This daemon communicates with BIND 10 over a
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index ac2c4c9..7498fd8 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -956,6 +956,7 @@ class ZoneInfo:
"""Set use_ixfr. If set to True, it will use
IXFR for incoming transfers. If set to False, it will use AXFR.
At this moment there is no automatic fallback"""
+ # TODO: http://bind10.isc.org/ticket/1279
if use_ixfr is None:
self.use_ixfr = \
self._module_cc.get_default_value("zones/use_ixfr")
More information about the bind10-changes
mailing list