mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
Make error codes for DNS errors.
This commit is contained in:
@@ -95,6 +95,19 @@ static const char *text[ISC_R_NRESULTS] = {
|
||||
"zone TSIG key not known", /* 47 */
|
||||
"invalid TSIG key", /* 48 */
|
||||
"operation in progress", /* 49 */
|
||||
"DNS format error", /* 50 */
|
||||
"DNS server failed", /* 51 */
|
||||
"no such domain", /* 52 */
|
||||
"not implemented", /* 53 */
|
||||
"refused", /* 54 */
|
||||
"domain already exists", /* 55 */
|
||||
"RRset already exists", /* 56 */
|
||||
"no such RRset", /* 57 */
|
||||
"not authorized", /* 58 */
|
||||
"not a zone", /* 59 */
|
||||
"bad DNS signature", /* 60 */
|
||||
"bad DNS key", /* 61 */
|
||||
"clock skew too great" /* 62 */
|
||||
};
|
||||
|
||||
const char *isc_result_totext (isc_result_t result)
|
||||
|
Reference in New Issue
Block a user