mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add dns_master_style_cache
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: masterdump.c,v 1.42 2001/01/09 21:51:03 bwelling Exp $ */
|
||||
/* $Id: masterdump.c,v 1.43 2001/01/12 19:58:50 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -147,6 +147,14 @@ dns_master_style_explicitttl = {
|
||||
24, 32, 32, 40, 80, 8
|
||||
};
|
||||
|
||||
const dns_master_style_t
|
||||
dns_master_style_cache = {
|
||||
DNS_STYLEFLAG_OMIT_OWNER |
|
||||
DNS_STYLEFLAG_OMIT_CLASS |
|
||||
DNS_STYLEFLAG_MULTILINE,
|
||||
24, 32, 32, 40, 80, 8
|
||||
};
|
||||
|
||||
const dns_master_style_t
|
||||
dns_master_style_simple = {
|
||||
0,
|
||||
|
Reference in New Issue
Block a user