mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Added DNS_R_ZONETOOLARGE
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: result.h,v 1.64 2000/08/01 01:24:40 tale Exp $ */
|
/* $Id: result.h,v 1.65 2000/08/08 22:50:34 bwelling Exp $ */
|
||||||
|
|
||||||
#ifndef DNS_RESULT_H
|
#ifndef DNS_RESULT_H
|
||||||
#define DNS_RESULT_H 1
|
#define DNS_RESULT_H 1
|
||||||
@@ -98,8 +98,9 @@
|
|||||||
#define DNS_R_NOVALIDSIG (ISC_RESULTCLASS_DNS + 59)
|
#define DNS_R_NOVALIDSIG (ISC_RESULTCLASS_DNS + 59)
|
||||||
#define DNS_R_NOVALIDNXT (ISC_RESULTCLASS_DNS + 60)
|
#define DNS_R_NOVALIDNXT (ISC_RESULTCLASS_DNS + 60)
|
||||||
#define DNS_R_NOTINSECURE (ISC_RESULTCLASS_DNS + 61)
|
#define DNS_R_NOTINSECURE (ISC_RESULTCLASS_DNS + 61)
|
||||||
|
#define DNS_R_ZONETOOLARGE (ISC_RESULTCLASS_DNS + 62)
|
||||||
|
|
||||||
#define DNS_R_NRESULTS 62 /* Number of results */
|
#define DNS_R_NRESULTS 63 /* Number of results */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DNS wire format rcodes.
|
* DNS wire format rcodes.
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: result.c,v 1.69 2000/08/01 01:22:52 tale Exp $ */
|
/* $Id: result.c,v 1.70 2000/08/08 22:50:33 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -100,6 +100,7 @@ static const char *text[DNS_R_NRESULTS] = {
|
|||||||
|
|
||||||
"no valid NXT", /* 60 DNS_R_NOVALIDNXT */
|
"no valid NXT", /* 60 DNS_R_NOVALIDNXT */
|
||||||
"not insecure" /* 61 DNS_R_NOTINSECURE */
|
"not insecure" /* 61 DNS_R_NOTINSECURE */
|
||||||
|
"zone too large" /* 62 DNS_R_ZONETOOLARGE */
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *rcode_text[DNS_R_NRCODERESULTS] = {
|
static const char *rcode_text[DNS_R_NRCODERESULTS] = {
|
||||||
|
Reference in New Issue
Block a user