mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
new result code DNS_R_UPTODATE
This commit is contained in:
parent
8dec0e1a3e
commit
308c7ad5f6
@ -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 37 /* Number of results */
|
||||
#define DNS_R_NRESULTS 38 /* Number of results */
|
||||
|
||||
/*
|
||||
* DNS wire format rcodes
|
||||
|
@ -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] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user