summaryrefslogtreecommitdiff
path: root/omapip/result.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-11-28 23:32:04 +0000
committerTed Lemon <source@isc.org>2000-11-28 23:32:04 +0000
commit6e0f9707d85352c107d7b1963cd1fd0b51a9fb63 (patch)
treeb8df801e1892c5bf27ecff659361a0cafe2d2835 /omapip/result.c
parent2076acbe8a469f4f12e58e00e8b98fa98ba89297 (diff)
downloadisc-dhcp-6e0f9707d85352c107d7b1963cd1fd0b51a9fb63.tar.gz
Make error codes for DNS errors.
Diffstat (limited to 'omapip/result.c')
-rw-r--r--omapip/result.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/omapip/result.c b/omapip/result.c
index 4a855f55..b1888e6e 100644
--- a/omapip/result.c
+++ b/omapip/result.c
@@ -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)