]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
only use 9.6 features
authorMark Andrews <marka@isc.org>
Thu, 14 Jun 2012 00:15:08 +0000 (10:15 +1000)
committerMark Andrews <marka@isc.org>
Thu, 14 Jun 2012 00:15:08 +0000 (10:15 +1000)
bin/tests/system/rndc/ns2/named.conf

index f2d91a161b85797b0fa126dee0a789c9fb3e6cbb..052517b97d8d4e803653cfba0ca77c312b3cea23 100644 (file)
@@ -21,7 +21,6 @@ controls { /* empty */ };
 options {
        port 5300;
        pid-file "named.pid";
-        session-keyfile "session.key";
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
         recursion no;
@@ -49,14 +48,12 @@ zone "." {
 
 zone "nil" {
        type master;
-        update-policy local;
        file "nil.db";
         ixfr-from-differences yes;
 };
 
 zone "other" {
        type master;
-        update-policy local;
        file "other.db";
 };