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.6 2011/10/26 23:46:15 tbox Exp $ */
/* $Id: named.conf,v 1.7 2012/02/13 23:46:24 marka Exp $ */
// NS2
@@ -53,3 +53,10 @@ zone "transfer3" {
masters { 10.53.0.1; };
file "formerly-text.db";
};
zone "large" {
type slave;
masters { 10.53.0.1; };
masterfile-format raw;
file "large.bk";
};