]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] turn off servfail cache in masterformat test
authorEvan Hunt <each@isc.org>
Thu, 9 Oct 2014 16:30:46 +0000 (09:30 -0700)
committerEvan Hunt <each@isc.org>
Thu, 9 Oct 2014 16:30:46 +0000 (09:30 -0700)
bin/tests/system/masterformat/ns1/named.conf
bin/tests/system/masterformat/ns2/named.conf

index 0968e729e03013d26dc6cd0ba13297fc5cc6b948..d52ef6acfc916bdccaa7ef56425a0dbdf452e680 100644 (file)
@@ -27,6 +27,7 @@ options {
        notify no;
        dnssec-enable yes;
        session-keyfile "session.key";
+       servfail-ttl 0;
 };
 
 key rndc_key {
index 8da301ef1f67644e5952ecf410955cd1d490032e..8307f1f095025e103d4c9524faddfe5c677bba10 100644 (file)
@@ -26,6 +26,7 @@ options {
        recursion no;
        notify no;
        dnssec-enable yes;
+       servfail-ttl 0;
 };
 
 zone "example" {