2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

851. [cleanup] support-ixfr is obsolete, use request-ixfr.

This commit is contained in:
Mark Andrews
2001-06-01 15:17:19 +00:00
parent 5390957197
commit 989f808405
2 changed files with 3 additions and 1 deletions

View File

@@ -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 },