3283. [bug] Raw zones with with more than 512 records in a RRset

failed to load. [RT #27863]
This commit is contained in:
Mark Andrews
2012-02-13 23:46:24 +00:00
parent 3f261b3f7d
commit 4c34112a69
9 changed files with 80 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.7 2011/12/08 16:07:20 each Exp $ */
/* $Id: named.conf,v 1.8 2012/02/13 23:46:24 marka Exp $ */
// NS1
@@ -59,3 +59,10 @@ zone "transfer3" {
file "example.db";
allow-transfer { any; };
};
zone "large" {
type master;
file "large.db.raw";
masterfile-format raw;
allow-transfer { any; };
};