mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Merge branch 'u/fanf2/restore-nsid-logging' into 'master'
Fix request-nsid log level to match documentation. See merge request isc-projects/bind9!290
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -1,3 +1,8 @@
|
|||||||
|
4948. [bug] When request-nsid is turned on, EDNS NSID options
|
||||||
|
should be logged at level info. Since change 3741
|
||||||
|
they have been logged at debug(3) by mistake.
|
||||||
|
[GL !290]
|
||||||
|
|
||||||
4947. [func] Replace all random functions with isc_random(),
|
4947. [func] Replace all random functions with isc_random(),
|
||||||
isc_random_buf() and isc_random_uniform() API.
|
isc_random_buf() and isc_random_uniform() API.
|
||||||
[GL #221]
|
[GL #221]
|
||||||
|
@@ -7618,7 +7618,7 @@ rctx_opt(respctx_t *rctx) {
|
|||||||
DNS_FETCHOPT_WANTNSID) != 0)
|
DNS_FETCHOPT_WANTNSID) != 0)
|
||||||
{
|
{
|
||||||
log_nsid(&optbuf, optlen, query,
|
log_nsid(&optbuf, optlen, query,
|
||||||
ISC_LOG_DEBUG(3),
|
ISC_LOG_INFO,
|
||||||
fctx->res->mctx);
|
fctx->res->mctx);
|
||||||
}
|
}
|
||||||
isc_buffer_forward(&optbuf, optlen);
|
isc_buffer_forward(&optbuf, optlen);
|
||||||
|
Reference in New Issue
Block a user