3241. [func] Extended the header of raw-format master files to
include the serial number of the zone from which they were generated, if different (as in the case of inline-signing zones). This is to be used in inline-signing zones, to track changes between the unsigned and signed versions of the zone, which may have different serial numbers. (Note: raw zonefiles generated by this version of BIND are no longer compatble with prior versions. To generate a backward-compatible raw zonefile using dnssec-signzone or named-compilezone, specify output format "raw=0" instead of simply "raw".) [RT #26587]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.6 2011/10/26 23:46:15 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.7 2011/12/08 16:07:20 each Exp $ */
|
||||
|
||||
// NS1
|
||||
|
||||
@@ -36,6 +36,12 @@ zone "example" {
|
||||
file "example.db.raw";
|
||||
};
|
||||
|
||||
zone "compat-example" {
|
||||
type master;
|
||||
masterfile-format raw;
|
||||
file "example.db.compat";
|
||||
};
|
||||
|
||||
zone "transfer1" {
|
||||
type master;
|
||||
file "example.db";
|
||||
|
||||
Reference in New Issue
Block a user