2
0
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:
Mark Andrews 2016-06-14 11:31:17 +10:00
parent 7e4b5437f1
commit ecff557eeb
2 changed files with 4 additions and 1 deletions

View File

@ -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]

View File

@ -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");