Removed listen-on from views.

Changed syntax of grant/deny statements so they now must be inside an
'update-policy' block.

quote rr types when printing grant/deny statements as they can
clash with config file keywords.

Added rcs Id inside comment.
This commit is contained in:
James Brister
2000-03-28 22:58:25 +00:00
parent fdb12d38d3
commit da47a1b896
18 changed files with 93 additions and 119 deletions

View File

@@ -15,6 +15,8 @@
* SOFTWARE.
*/
/* $Id: confctx.c,v 1.38 2000/03/28 22:58:14 brister Exp $ */
#include <config.h>
#include <syslog.h> /* XXXRTH */
@@ -30,8 +32,6 @@
#include "confpvt.h"
/*
* Bit positions in the flags fields of the dns_c_options_t structure.
*/
@@ -252,7 +252,7 @@ dns_c_checkconfig(dns_c_ctx_t *ctx)
dns_c_ipmatchlist_detach(&ipml);
isc_log_write(dns_lctx,DNS_LOGCATEGORY_CONFIG,
DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
"topology is not yet implemented.");
"topology is deprecated.");
}
if (dns_c_ctx_getsortlist(ctx, &ipml) != ISC_R_NOTFOUND) {