3148. [bug] Processing of normal queries could be stalled when

forwarding a UPDATE message. [RT #24711]
This commit is contained in:
Mark Andrews
2011-08-31 06:49:10 +00:00
parent 0bda900707
commit 2c35c68236
7 changed files with 456 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.10 2007/06/18 23:47:31 tbox Exp $ */
/* $Id: named.conf,v 1.11 2011/08/31 06:49:10 marka Exp $ */
controls { /* empty */ };
@@ -38,3 +38,10 @@ zone "example" {
allow-update-forwarding { any; };
masters { 10.53.0.1; };
};
zone "nomaster" {
type slave;
file "nomaster.db";
allow-update-forwarding { any; };
masters { 10.53.0.4; };
};