Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
308c7ad5
Commit
308c7ad5
authored
Aug 20, 1999
by
Andreas Gustafsson
Browse files
new result code DNS_R_UPTODATE
parent
8dec0e1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/result.h
View file @
308c7ad5
...
...
@@ -84,8 +84,9 @@ typedef isc_result_t dns_result_t; /* XXXRTH for legacy use only */
#define DNS_R_ZONECUT (ISC_RESULTCLASS_DNS + 34)
#define DNS_R_BADZONE (ISC_RESULTCLASS_DNS + 35)
/* XXX MPA*/
#define DNS_R_MOREDATA (ISC_RESULTCLASS_DNS + 36)
#define DNS_R_UPTODATE (ISC_RESULTCLASS_DNS + 37)
#define DNS_R_NRESULTS 3
7
/* Number of results */
#define DNS_R_NRESULTS 3
8
/* Number of results */
/*
* DNS wire format rcodes
...
...
lib/dns/result.c
View file @
308c7ad5
...
...
@@ -64,6 +64,7 @@ static char *text[DNS_R_NRESULTS] = {
"zonecut"
,
/* 34 */
"bad zone"
,
/* 35 */
"more data"
,
/* 36 */
"up to date"
,
/* 37 */
};
static
char
*
rcode_text
[
DNS_R_NRCODERESULTS
]
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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