BIND 10 trac2911, updated. 0a54c41052a3a8ccc84b758a7ea9a683aa9c8ca2 [2911] update log message on multi-SOA to match the latest behavior.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 29 18:26:57 UTC 2013
The branch, trac2911 has been updated
via 0a54c41052a3a8ccc84b758a7ea9a683aa9c8ca2 (commit)
via 88ca6fc4dd7b91fb5144b21980189e24282abbeb (commit)
from 28265a46f54b31f9378e4cdb23ecedc75e10cd0b (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 0a54c41052a3a8ccc84b758a7ea9a683aa9c8ca2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 29 11:22:23 2013 -0700
[2911] update log message on multi-SOA to match the latest behavior.
it now unconditionally uses AXFR, so mentioning possible failure of IXFR
doesn't make sense.
commit 88ca6fc4dd7b91fb5144b21980189e24282abbeb
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 29 11:18:11 2013 -0700
[2911] some editorial fixes: align lines more nicely.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/tests/xfrin_test.py | 8 ++++----
src/bin/xfrin/xfrin_messages.mes | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index 5e71427..ae2d14b 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -2913,8 +2913,8 @@ class TestXfrin(unittest.TestCase):
# test case for a fresh xfr object.
config = { 'zones': [
{ 'name': 'test.example.',
- 'master_addr': '192.0.2.1',
- 'master_port': 53,
+ 'master_addr': '192.0.2.1',
+ 'master_port': 53,
}
]}
self.assertEqual(self.xfr.config_handler(config)['result'][0], 0)
@@ -2924,8 +2924,8 @@ class TestXfrin(unittest.TestCase):
# use_ixfr was deprecated and explicitly rejected for now.
config = { 'zones': [
{ 'name': 'test.example.',
- 'master_addr': '192.0.2.1',
- 'master_port': 53,
+ 'master_addr': '192.0.2.1',
+ 'master_port': 53,
'use_ixfr': True
}
]}
diff --git a/src/bin/xfrin/xfrin_messages.mes b/src/bin/xfrin/xfrin_messages.mes
index f0cf4bc..33a2193 100644
--- a/src/bin/xfrin/xfrin_messages.mes
+++ b/src/bin/xfrin/xfrin_messages.mes
@@ -279,9 +279,9 @@ On starting an xfrin session, it is identified that the zone to be
transferred has multiple SOA RRs. Such a zone is broken, but could be
accidentally configured especially in a data source using "non
captive" backend database. The implementation ignores entire SOA RRs
-and tries to continue processing as if the zone were empty. This
-means subsequent AXFR can succeed and possibly replace the zone with
-valid content, but an IXFR attempt will fail.
+and tries to continue processing as if the zone were empty. This also
+means AXFR will be used unconditionally, regardless of the configured value
+for request_ixfr of the zone.
% XFRIN_ZONE_NO_SOA Zone %1 does not have SOA
On starting an xfrin session, it is identified that the zone to be
More information about the bind10-changes
mailing list