mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
4383. [bug] Correct spelling error in stats channel description of
"EDNS client subnet option received". [RT #42633]
This commit is contained in:
parent
7e4b5437f1
commit
ecff557eeb
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
4383. [bug] Correct spelling error in stats channel description of
|
||||
"EDNS client subnet option received". [RT #42633]
|
||||
|
||||
4382. [bug] rndc {addzone,modzone,delzone,showzone} should all
|
||||
compare the zone name using a canonical format.
|
||||
[RT #42630]
|
||||
|
@ -281,7 +281,7 @@ init_desc(void) {
|
||||
SET_NSSTATDESC(cookiebadtime, "COOKIE - bad time", "CookieBadTime");
|
||||
SET_NSSTATDESC(cookienomatch, "COOKIE - no match", "CookieNoMatch");
|
||||
SET_NSSTATDESC(cookiematch, "COOKIE - match", "CookieMatch");
|
||||
SET_NSSTATDESC(ecsopt, "EDNS client subnet option recieved", "ECSOpt");
|
||||
SET_NSSTATDESC(ecsopt, "EDNS client subnet option received", "ECSOpt");
|
||||
SET_NSSTATDESC(nxdomainredirect,
|
||||
"queries resulted in NXDOMAIN that were redirected",
|
||||
"QryNXRedir");
|
||||
|
Loading…
x
Reference in New Issue
Block a user