3283. [bug] Raw zones with with more than 512 records in a RRset
failed to load. [RT #27863]
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 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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user