mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
support the cache-file option
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: parser.c,v 1.16 2001/02/22 04:17:36 gson Exp $ */
|
/* $Id: parser.c,v 1.17 2001/02/22 05:45:28 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -816,6 +816,7 @@ view_clauses[] = {
|
|||||||
{ "max-cache-size", &cfg_type_size, 0 },
|
{ "max-cache-size", &cfg_type_size, 0 },
|
||||||
{ "check-names", &cfg_type_checknames,
|
{ "check-names", &cfg_type_checknames,
|
||||||
CFG_CLAUSEFLAG_MULTI | CFG_CLAUSEFLAG_NOTIMP },
|
CFG_CLAUSEFLAG_MULTI | CFG_CLAUSEFLAG_NOTIMP },
|
||||||
|
{ "cache-file", &cfg_type_qstring, 0 },
|
||||||
{ NULL, NULL, 0 }
|
{ NULL, NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user