summaryrefslogtreecommitdiff
path: root/omapip/result.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-01-16 22:34:47 +0000
committerTed Lemon <source@isc.org>2001-01-16 22:34:47 +0000
commit5abf0a44199693867fc2eb278dd9298364cc46f6 (patch)
treec7fcb801a7a6ee628ed6840a1b7f5f5b0a8e866e /omapip/result.c
parent948274cfe71b1fb709018a2b4b7ed892b49e5547 (diff)
downloadisc-dhcp-5abf0a44199693867fc2eb278dd9298364cc46f6.tar.gz
Use ISC result codes instead of NS rcodes to report update errors.
Diffstat (limited to 'omapip/result.c')
-rw-r--r--omapip/result.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/omapip/result.c b/omapip/result.c
index b1888e6e..c079d7ee 100644
--- a/omapip/result.c
+++ b/omapip/result.c
@@ -4,7 +4,7 @@
until the actual libisc merge. */
/*
- * Copyright (c) 1999-2000 Internet Software Consortium.
+ * Copyright (c) 1999-2001 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -107,7 +107,12 @@ static const char *text[ISC_R_NRESULTS] = {
"not a zone", /* 59 */
"bad DNS signature", /* 60 */
"bad DNS key", /* 61 */
- "clock skew too great" /* 62 */
+ "clock skew too great", /* 62 */
+ "no root zone", /* 63 */
+ "destination address required", /* 64 */
+ "cross-zone update", /* 65 */
+ "no TSIG signature", /* 66 */
+ "not equal" /* 67 */
};
const char *isc_result_totext (isc_result_t result)