2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

1249. [func] named-checkzone will now check if nameservers that

appear to be IP addresses.  Available modes "fail",
                        "warn" (default) and "ignore" the results of the
                        check.
This commit is contained in:
Mark Andrews
2002-07-19 02:34:58 +00:00
parent 0d2dcaf4a5
commit 4d9f3f00d9
11 changed files with 128 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check-tool.h,v 1.4 2002/04/02 06:54:02 marka Exp $ */
/* $Id: check-tool.h,v 1.5 2002/07/19 02:34:58 marka Exp $ */
#ifndef CHECK_TOOL_H
#define CHECK_TOOL_H
@@ -36,6 +36,7 @@ load_zone(isc_mem_t *mctx, const char *zonename, const char *filename,
extern int debug;
extern isc_boolean_t nomerge;
extern unsigned int zone_options;
ISC_LANG_ENDDECLS