Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
ecff557e
Commit
ecff557e
authored
Jun 14, 2016
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4383. [bug] Correct spelling error in stats channel description of
"EDNS client subnet option received". [RT #42633]
parent
7e4b5437
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGES
CHANGES
+3
-0
bin/named/statschannel.c
bin/named/statschannel.c
+1
-1
No files found.
CHANGES
View file @
ecff557e
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]
...
...
bin/named/statschannel.c
View file @
ecff557e
...
...
@@ -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 rec
i
eved"
,
"ECSOpt"
);
SET_NSSTATDESC
(
ecsopt
,
"EDNS client subnet option rece
i
ved"
,
"ECSOpt"
);
SET_NSSTATDESC
(
nxdomainredirect
,
"queries resulted in NXDOMAIN that were redirected"
,
"QryNXRedir"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment