obey the allow-update forwarding option for both signed and unsigned updates;

fold the upforwd system test README file and nsupdate input files into the tests.sh script;
other minor cleanup of the upforwd test
This commit is contained in:
Andreas Gustafsson
2000-12-01 21:37:17 +00:00
parent 72a10307e1
commit a3e41e3c03
9 changed files with 56 additions and 70 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.3 2000/11/28 19:06:47 gson Exp $ */
/* $Id: named.conf,v 1.4 2000/12/01 21:37:13 gson Exp $ */
options {
query-source address 10.53.0.3;
@@ -32,6 +32,6 @@ options {
zone "example" {
type slave;
file "example.bk";
allow-update-forwarding { 10.53.0.3; };
allow-update-forwarding { any; };
masters { 10.53.0.1; };
};