]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
mark "dnssec-enable" as obsolete in the parser
authorEvan Hunt <each@isc.org>
Tue, 12 Mar 2019 01:39:26 +0000 (18:39 -0700)
committerEvan Hunt <each@isc.org>
Fri, 15 Mar 2019 06:29:07 +0000 (23:29 -0700)
lib/isccfg/namedconf.c

index 8e0d8b57b94d41fa1659de4e92f34f413fef834a..1e53a39a788e2af571fff77bf4d7f0255c0ca562 100644 (file)
@@ -1867,7 +1867,7 @@ view_clauses[] = {
                CFG_CLAUSEFLAG_NOTCONFIGURED },
 #endif
        { "dnssec-accept-expired", &cfg_type_boolean, 0 },
-       { "dnssec-enable", &cfg_type_boolean, 0 },
+       { "dnssec-enable", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
        { "dnssec-lookaside", &cfg_type_lookaside, CFG_CLAUSEFLAG_MULTI },
        { "dnssec-must-be-secure",  &cfg_type_mustbesecure,
          CFG_CLAUSEFLAG_MULTI },