[master] masterfile-style

3814.	[func]		The "masterfile-style" zone option controls the
			formatting of dumped zone files. Options are
			"relative" (multiline format) and "full" (one
			record per line). The default is "relative".
			[RT #20798]
This commit is contained in:
Evan Hunt
2014-04-17 17:10:29 -07:00
parent 4e7973990c
commit ec3b216506
8 changed files with 100 additions and 17 deletions

View File

@@ -14,8 +14,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.8 2012/02/14 23:47:15 tbox Exp $ */
// NS2
controls { /* empty */ };
@@ -54,6 +52,14 @@ zone "transfer3" {
file "formerly-text.db";
};
zone "transfer4" {
type slave;
masters { 10.53.0.1; };
masterfile-format text;
masterfile-style full;
file "transfer.db.full";
};
zone "large" {
type slave;
masters { 10.53.0.1; };