mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Include viewtable in generated config files.
This commit is contained in:
@@ -233,9 +233,12 @@ dns_c_ctx_print(isc_log_t *lctx,
|
|||||||
|
|
||||||
dns_c_ctx_optionsprint(lctx, fp, indent, cfg->options);
|
dns_c_ctx_optionsprint(lctx, fp, indent, cfg->options);
|
||||||
fprintf(fp,"\n");
|
fprintf(fp,"\n");
|
||||||
|
|
||||||
dns_c_zonelist_printpostopts(lctx, fp, indent, cfg->zlist);
|
dns_c_zonelist_printpostopts(lctx, fp, indent, cfg->zlist);
|
||||||
fprintf(fp, "\n");
|
fprintf(fp, "\n");
|
||||||
|
|
||||||
|
dns_c_viewtable_print(lctx, fp, indent, cfg->views);
|
||||||
|
fprintf(fp, "\n");
|
||||||
|
|
||||||
dns_c_ctrllist_print(lctx, fp, indent, cfg->controls);
|
dns_c_ctrllist_print(lctx, fp, indent, cfg->controls);
|
||||||
fprintf(fp, "\n");
|
fprintf(fp, "\n");
|
||||||
|
Reference in New Issue
Block a user