2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Remove the ixfr-from-differences side-effect which causes an AXFR and extend

request-ixfr to the zone level.
This commit is contained in:
Scott Mann
2011-09-06 22:29:33 +00:00
parent 9252f15750
commit fad5116b3d
13 changed files with 142 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: view.c,v 1.183 2011/09/02 21:15:35 each Exp $ */
/* $Id: view.c,v 1.184 2011/09/06 22:29:33 smann Exp $ */
/*! \file */
@@ -181,7 +181,6 @@ dns_view_create(isc_mem_t *mctx, dns_rdataclass_t rdclass,
view->answeracl_exclude = NULL;
view->denyanswernames = NULL;
view->answernames_exclude = NULL;
view->requestixfr = ISC_TRUE;
view->provideixfr = ISC_TRUE;
view->maxcachettl = 7 * 24 * 3600;
view->maxncachettl = 3 * 3600;