]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorMark Andrews <marka@isc.org>
Thu, 6 Sep 2001 23:06:43 +0000 (23:06 +0000)
committerMark Andrews <marka@isc.org>
Thu, 6 Sep 2001 23:06:43 +0000 (23:06 +0000)
host-statistics is not implemented,
maintain-ixfr-base is obsolete [RT #1717]

lib/isccfg/parser.c

index be621d013f76701a174bd8bb870b4c105825d2e6..bc7b277fd4fdb20b5109b31b06a3b7947dd73c43 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: parser.c,v 1.70.2.1 2001/09/04 19:15:34 gson Exp $ */
+/* $Id: parser.c,v 1.70.2.2 2001/09/06 23:06:43 marka Exp $ */
 
 #include <config.h>
 
@@ -818,7 +818,7 @@ options_clauses[] = {
        { "files", &cfg_type_size, 0 },
        { "has-old-clients", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
        { "heartbeat-interval", &cfg_type_uint32, 0 },
-       { "host-statistics", &cfg_type_boolean, 0 },
+       { "host-statistics", &cfg_type_boolean, CFG_CLAUSEFLAG_NOTIMP },
        { "interface-interval", &cfg_type_uint32, 0 },
        { "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
        { "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
@@ -917,7 +917,7 @@ zone_clauses[] = {
        { "dialup", &cfg_type_dialuptype, 0 },
        { "forward", &cfg_type_forwardtype, 0 },
        { "forwarders", &cfg_type_portiplist, 0 },
-       { "maintain-ixfr-base", &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 },
        { "transfer-source-v6", &cfg_type_sockaddr6wild, 0 },