mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Added DNS_R_NOTINSECURE
This commit is contained in:
parent
0fd13c7aca
commit
2ee24549b3
@ -95,8 +95,9 @@
|
||||
#define DNS_R_USETCP (ISC_RESULTCLASS_DNS + 58)
|
||||
#define DNS_R_NOVALIDSIG (ISC_RESULTCLASS_DNS + 59)
|
||||
#define DNS_R_NOVALIDNXT (ISC_RESULTCLASS_DNS + 60)
|
||||
#define DNS_R_NOTINSECURE (ISC_RESULTCLASS_DNS + 61)
|
||||
|
||||
#define DNS_R_NRESULTS 61 /* Number of results */
|
||||
#define DNS_R_NRESULTS 62 /* Number of results */
|
||||
|
||||
/*
|
||||
* DNS wire format rcodes
|
||||
|
@ -84,7 +84,8 @@ static char *text[DNS_R_NRESULTS] = {
|
||||
"alias", /* 57 */
|
||||
"use TCP", /* 58 */
|
||||
"no valid SIG", /* 59 */
|
||||
"no valid NXT" /* 60 */
|
||||
"no valid NXT", /* 60 */
|
||||
"not insecure" /* 61 */
|
||||
};
|
||||
|
||||
static char *rcode_text[DNS_R_NRCODERESULTS] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user