+1863. [bug] rrset-order "fixed" error messages not complete.
+
1862. [func] Add additional zone data constancy checks.
named-checkzone has extended checking of NS, MX and
SRV record and the hosts they reference.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: check.c,v 1.58 2005/05/19 04:59:02 marka Exp $ */
+/* $Id: check.c,v 1.59 2005/05/27 00:49:19 marka Exp $ */
/*! \file */
result = ISC_R_FAILURE;
} else if (strcasecmp(cfg_obj_asstring(obj), "fixed") == 0) {
cfg_obj_log(obj, logctx, ISC_LOG_WARNING,
- "rrset-order: order 'fixed' not implemented");
+ "rrset-order: order 'fixed' not fully implemented");
} else if (/* strcasecmp(cfg_obj_asstring(obj), "fixed") != 0 && */
strcasecmp(cfg_obj_asstring(obj), "random") != 0 &&
strcasecmp(cfg_obj_asstring(obj), "cyclic") != 0) {