mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Issue 'not implemented yet' warning when rfc2308-type-1 is used.
This commit is contained in:
@@ -250,6 +250,13 @@ dns_c_checkconfig(dns_c_ctx_t *ctx)
|
||||
}
|
||||
|
||||
|
||||
if (dns_c_ctx_getrfc2308type1(ctx, &bval) != ISC_R_NOTFOUND) {
|
||||
isc_log_write(dns_lctx,DNS_LOGCATEGORY_CONFIG,
|
||||
DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
|
||||
"rfc2308-type-1 is not yet implemented.");
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
named-xfer obsolete
|
||||
|
Reference in New Issue
Block a user