mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
851. [cleanup] support-ixfr is obsolete, use request-ixfr.
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -1,3 +1,4 @@
|
||||
851. [cleanup] support-ixfr is obsolete, use request-ixfr.
|
||||
|
||||
850. [bug] dns_rbt_findnode() would not find nodes that were
|
||||
split on a bitstring label somewhere other than in
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: parser.c,v 1.53 2001/05/28 06:05:24 bwelling Exp $ */
|
||||
/* $Id: parser.c,v 1.54 2001/06/01 15:17:19 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -1023,6 +1023,7 @@ server_clauses[] = {
|
||||
{ "bogus", &cfg_type_boolean, 0 },
|
||||
{ "provide-ixfr", &cfg_type_boolean, 0 },
|
||||
{ "request-ixfr", &cfg_type_boolean, 0 },
|
||||
{ "support-ixfr", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "transfers", &cfg_type_uint32, 0 },
|
||||
{ "transfer-format", &cfg_type_transferformat, 0 },
|
||||
{ "keys", &cfg_type_server_key_kludge, 0 },
|
||||
|
Reference in New Issue
Block a user