mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
mark rrset-order as unimplemented [RT #1561]
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: parser.c,v 1.67 2001/07/31 20:07:48 gson Exp $ */
|
/* $Id: parser.c,v 1.68 2001/08/02 23:36:23 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -829,7 +829,7 @@ options_clauses[] = {
|
|||||||
{ "port", &cfg_type_uint32, 0 },
|
{ "port", &cfg_type_uint32, 0 },
|
||||||
{ "random-device", &cfg_type_qstring, 0 },
|
{ "random-device", &cfg_type_qstring, 0 },
|
||||||
{ "recursive-clients", &cfg_type_uint32, 0 },
|
{ "recursive-clients", &cfg_type_uint32, 0 },
|
||||||
{ "rrset-order", &cfg_type_rrsetorder, 0 },
|
{ "rrset-order", &cfg_type_rrsetorder, CFG_CLAUSEFLAG_NOTIMP },
|
||||||
{ "serial-queries", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
|
{ "serial-queries", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
|
||||||
{ "serial-query-rate", &cfg_type_uint32, 0 },
|
{ "serial-query-rate", &cfg_type_uint32, 0 },
|
||||||
{ "stacksize", &cfg_type_size, 0 },
|
{ "stacksize", &cfg_type_size, 0 },
|
||||||
|
Reference in New Issue
Block a user