mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
4383. [bug] Correct spelling error in stats channel description of
"EDNS client subnet option received". [RT #42633]
This commit is contained in:
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
|
4382. [bug] rndc {addzone,modzone,delzone,showzone} should all
|
||||||
compare the zone name using a canonical format.
|
compare the zone name using a canonical format.
|
||||||
[RT #42630]
|
[RT #42630]
|
||||||
|
@@ -281,7 +281,7 @@ init_desc(void) {
|
|||||||
SET_NSSTATDESC(cookiebadtime, "COOKIE - bad time", "CookieBadTime");
|
SET_NSSTATDESC(cookiebadtime, "COOKIE - bad time", "CookieBadTime");
|
||||||
SET_NSSTATDESC(cookienomatch, "COOKIE - no match", "CookieNoMatch");
|
SET_NSSTATDESC(cookienomatch, "COOKIE - no match", "CookieNoMatch");
|
||||||
SET_NSSTATDESC(cookiematch, "COOKIE - match", "CookieMatch");
|
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,
|
SET_NSSTATDESC(nxdomainredirect,
|
||||||
"queries resulted in NXDOMAIN that were redirected",
|
"queries resulted in NXDOMAIN that were redirected",
|
||||||
"QryNXRedir");
|
"QryNXRedir");
|
||||||
|
Reference in New Issue
Block a user