]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
enable-zone was never implemented; dialup should be allowed
authorAndreas Gustafsson <source@isc.org>
Sat, 27 Jan 2001 07:24:35 +0000 (07:24 +0000)
committerAndreas Gustafsson <source@isc.org>
Sat, 27 Jan 2001 07:24:35 +0000 (07:24 +0000)
in views

bin/tests/named.conf

index 37aeed31e2c6c4f279e1e93b0e45f179b1798215..b07cd5f94b840ed8921977c7b148c78bf7caf8e1 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.49 2001/01/24 15:17:35 brister Exp $ */
+/* $Id: named.conf,v 1.50 2001/01/27 07:24:35 gson Exp $ */
 
 /*
  * This is a worthless, nonrunnable example of a named.conf file that has
@@ -314,6 +314,7 @@ view "test-view" in {
        server 10.9.8.7 {
                keys "non-viewkey";
        };
+       dialup yes;
 };
 
 
@@ -321,6 +322,7 @@ zone "stub.demo.zone" {
        type stub;                      // stub zones are like slave zones,
                                        // except that only the NS records
                                        // are transferred.
+       dialup yes;
        file "stub.demo.zone";
        masters {
                1.2.3.4 ;               // where to zone transfer from
@@ -361,9 +363,6 @@ zone "disabled-zone.com" {
        type master;
        file "bar";
 
-       # Will make zone configurer skip this one.
-       enable-zone false;
-
        max-retry-time 100;
        min-retry-time 110;
        max-refresh-time 120;