]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make views test work
authorMark Andrews <marka@isc.org>
Tue, 19 Dec 2000 03:42:36 +0000 (03:42 +0000)
committerMark Andrews <marka@isc.org>
Tue, 19 Dec 2000 03:42:36 +0000 (03:42 +0000)
bin/tests/system/common/controls.conf
bin/tests/system/views/ns2/named2.conf

index 153dcc160d7b1f52c91955c153e2b72b67b4cd2d..d17ac88bcd8a33547102110aed75f95b15e2e56b 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: controls.conf,v 1.1 2000/12/18 21:04:15 gson Exp $ */
+/* $Id: controls.conf,v 1.2 2000/12/19 03:42:34 marka Exp $ */
 
 key rndc_key {
         secret "1234abcd8765";
@@ -23,6 +23,6 @@ key rndc_key {
 };
 
 controls {
-        inet 10.53.0.2 port 11953 allow { any; } keys { rndc_key; };
+        inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
 };
 
index 4c22343833b05315c163bed4633168961fc7f6d2..48cc108ddd87a9378035d4a201d99478abcf3792 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named2.conf,v 1.15 2000/12/18 23:24:24 gson Exp $ */
+/* $Id: named2.conf,v 1.16 2000/12/19 03:42:36 marka Exp $ */
 
 options {
        query-source address 10.53.0.2;
@@ -31,10 +31,6 @@ options {
 
 include "../../common/controls.conf";
 
-controls {
-        inet 10.53.0.2 port 11953 allow { any; } keys { rndc_key; };
-};
-
 view "internal" {
        match-clients { 10.53.0.2;
                        10.53.0.3; };