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

971. [func] 'try-edns' can be use to disable edns on all queries.

This commit is contained in:
Mark Andrews
2001-08-30 05:52:18 +00:00
parent 1eaad22e11
commit 06a960c681
8 changed files with 35 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.71 2001/08/30 05:23:00 marka Exp $ */
/* $Id: parser.c,v 1.72 2001/08/30 05:52:18 marka Exp $ */
#include <config.h>
@@ -867,6 +867,7 @@ view_clauses[] = {
{ "recursion", &cfg_type_boolean, 0 },
{ "provide-ixfr", &cfg_type_boolean, 0 },
{ "request-ixfr", &cfg_type_boolean, 0 },
{ "try-edns", &cfg_type_boolean, 0 },
{ "fetch-glue", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
{ "rfc2308-type1", &cfg_type_boolean, CFG_CLAUSEFLAG_NYI },
{ "additional-from-auth", &cfg_type_boolean, 0 },