mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Issue 'not implemented yet' warning when rfc2308-type-1 is used.
This commit is contained in:
parent
f511a9e219
commit
4e7f42f159
@ -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
|
named-xfer obsolete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user