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

New named.conf option "ixfr-from-differences" [RT #1727]

This commit is contained in:
Andreas Gustafsson
2001-09-08 00:21:49 +00:00
parent 8c4b35bbd5
commit 8cccaeaee1
12 changed files with 230 additions and 146 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.76 2001/09/06 21:52:46 gson Exp $ */
/* $Id: parser.c,v 1.77 2001/09/08 00:21:40 gson Exp $ */
#include <config.h>
@@ -919,6 +919,7 @@ zone_clauses[] = {
{ "dialup", &cfg_type_dialuptype, 0 },
{ "forward", &cfg_type_forwardtype, 0 },
{ "forwarders", &cfg_type_portiplist, 0 },
{ "ixfr-from-differences", &cfg_type_boolean, 0 },
{ "maintain-ixfr-base", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
{ "max-ixfr-log-size", &cfg_type_size, CFG_CLAUSEFLAG_OBSOLETE },
{ "transfer-source", &cfg_type_sockaddr4wild, 0 },