mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +00:00
invalid tkey result code
This commit is contained in:
parent
0487257980
commit
a413f94248
@ -94,9 +94,7 @@ typedef isc_result_t dns_result_t; /* XXXRTH for legacy use only */
|
|||||||
#define DNS_R_INVALIDTIME (ISC_RESULTCLASS_DNS + 44)
|
#define DNS_R_INVALIDTIME (ISC_RESULTCLASS_DNS + 44)
|
||||||
#define DNS_R_EXPECTEDTSIG (ISC_RESULTCLASS_DNS + 45)
|
#define DNS_R_EXPECTEDTSIG (ISC_RESULTCLASS_DNS + 45)
|
||||||
#define DNS_R_UNEXPECTEDTSIG (ISC_RESULTCLASS_DNS + 46)
|
#define DNS_R_UNEXPECTEDTSIG (ISC_RESULTCLASS_DNS + 46)
|
||||||
/*
|
#define DNS_R_INVALIDTKEY (ISC_RESULTCLASS_DNS + 47)
|
||||||
* Result code +47 is available.
|
|
||||||
*/
|
|
||||||
#define DNS_R_HINT (ISC_RESULTCLASS_DNS + 48)
|
#define DNS_R_HINT (ISC_RESULTCLASS_DNS + 48)
|
||||||
#define DNS_R_DROP (ISC_RESULTCLASS_DNS + 49)
|
#define DNS_R_DROP (ISC_RESULTCLASS_DNS + 49)
|
||||||
#define DNS_R_NOTLOADED (ISC_RESULTCLASS_DNS + 50)
|
#define DNS_R_NOTLOADED (ISC_RESULTCLASS_DNS + 50)
|
||||||
|
@ -74,7 +74,7 @@ static char *text[DNS_R_NRESULTS] = {
|
|||||||
"invalid time", /* 44 */
|
"invalid time", /* 44 */
|
||||||
"expected a TSIG", /* 45 */
|
"expected a TSIG", /* 45 */
|
||||||
"did not expect a TSIG", /* 46 */
|
"did not expect a TSIG", /* 46 */
|
||||||
"<available code 47>", /* 47 */
|
"TKEY is unacceptable", /* 47 */
|
||||||
"hint", /* 48 */
|
"hint", /* 48 */
|
||||||
"drop", /* 49 */
|
"drop", /* 49 */
|
||||||
"zone not loaded", /* 50 */
|
"zone not loaded", /* 50 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user