BIND 10 trac1318, updated. ad24f1d258542fecf0e83187f6ed5cc8cdce8ca2 [1318] Correct problem in #1213 update

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 18 17:34:42 UTC 2011


The branch, trac1318 has been updated
       via  ad24f1d258542fecf0e83187f6ed5cc8cdce8ca2 (commit)
      from  1f311bbc22d17a747ad394ffd00cb130f2999ede (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 ad24f1d258542fecf0e83187f6ed5cc8cdce8ca2
Author: Stephen Morris <stephen at isc.org>
Date:   Tue Oct 18 18:33:30 2011 +0100

    [1318] Correct problem in #1213 update
    
    1213 failed to take into account a change in zone configuration
    options, causing the IXFR-in test to fail.

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

Summary of changes:
 tests/system/ixfr/b10-config.db.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/system/ixfr/b10-config.db.in b/tests/system/ixfr/b10-config.db.in
index f83a672..946d80f 100644
--- a/tests/system/ixfr/b10-config.db.in
+++ b/tests/system/ixfr/b10-config.db.in
@@ -3,7 +3,8 @@
         "zones": [{
             "master_addr": "10.53.0.1",
             "master_port": 53210,
-            "name": "example."
+            "name": "example.",
+            "use_ixfr": true
         }]
     },
     "Auth": {




More information about the bind10-changes mailing list