]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9_6_patch] fix reclimit test (remove servfail-ttl)
authorEvan Hunt <each@isc.org>
Wed, 19 Nov 2014 08:18:08 +0000 (00:18 -0800)
committerEvan Hunt <each@isc.org>
Wed, 19 Nov 2014 08:18:08 +0000 (00:18 -0800)
bin/tests/system/reclimit/ns3/named1.conf
bin/tests/system/reclimit/ns3/named2.conf
bin/tests/system/reclimit/ns3/named3.conf
bin/tests/system/reclimit/ns3/named4.conf

index 558c230a5cea11e04f766b3b8fc32e75b0d17280..f62742d1232abdcb5ee28c83952391583190c53e 100644 (file)
@@ -25,8 +25,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 12;
+       max-recursion-depth 12;
 };
 
 key rndc_key {
index eb1fa09f632e552ca75684b2fd7d294ba7e3e39c..0ea4dcc42030cf20c5fad35cef3f6c9163a4ad30 100644 (file)
@@ -25,8 +25,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 5;
+       max-recursion-depth 5;
 };
 
 key rndc_key {
index 1c3679a89e8a513f216812690fa3cf4f2c36c357..2267699424a8fc9723391f697106ff87244ca4f8 100644 (file)
@@ -25,8 +25,7 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 100;
+       max-recursion-depth 100;
 };
 
 key rndc_key {
index 46da44803cb29efbf8cea0bfc22aab79c1d095ea..f82e1b2353d52961e2184ae506bc8809f40f69a5 100644 (file)
@@ -25,9 +25,8 @@ options {
        pid-file "named.pid";
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
-        servfail-ttl 0;
-        max-recursion-depth 100;
-        max-recursion-queries 40;
+       max-recursion-depth 100;
+       max-recursion-queries 40;
 };
 
 key rndc_key {