]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1318] Correct problem in #1213 update
authorStephen Morris <stephen@isc.org>
Tue, 18 Oct 2011 17:33:30 +0000 (18:33 +0100)
committerStephen Morris <stephen@isc.org>
Tue, 18 Oct 2011 17:33:30 +0000 (18:33 +0100)
1213 failed to take into account a change in zone configuration
options, causing the IXFR-in test to fail.

tests/system/ixfr/b10-config.db.in

index f83a6723f54bd309d7a9d255541543b60f8f2968..946d80f0de22f56a1cb624cf79db137b54e0512b 100644 (file)
@@ -3,7 +3,8 @@
         "zones": [{
             "master_addr": "10.53.0.1",
             "master_port": 53210,
-            "name": "example."
+            "name": "example.",
+            "use_ixfr": true
         }]
     },
     "Auth": {