]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
request-ixfr no; is only supported at view level in 9.8
authorMark Andrews <marka@isc.org>
Fri, 9 Aug 2013 03:18:35 +0000 (13:18 +1000)
committerMark Andrews <marka@isc.org>
Fri, 9 Aug 2013 03:18:35 +0000 (13:18 +1000)
bin/tests/system/rpz/ns3/named.conf

index e81ef248f08b00166e21bac0c2ea491565689ab5..a36acc7c9c02e3ae75705eac0801deec20dcd7bd 100644 (file)
@@ -47,6 +47,7 @@ options {
            zone "bl-garden"    policy cname a12.tld2.;
            zone "bl.tld2";
        } min-ns-dots 0;
+       request-ixfr no;
 };
 
 key rndc_key {
@@ -85,7 +86,7 @@ zone "bl-garden."     {type master; file "bl-garden.db";
                                allow-update {any;};};
 
 zone "bl.tld2."                {type slave; file "bl.tld2.db"; masters {10.53.0.2;};
-                               request-ixfr no; masterfile-format text;};
+                               masterfile-format text;};
 
 zone "crash1.tld2"     {type master; file "crash1";};
 zone "crash2.tld3."    {type master; file "crash2";};