diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:35 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:54:35 +0000 |
commit | 15de2de8449b4f5063f93578ae68aa0bc79a205c (patch) | |
tree | f0a7e3230212205e7ff88a2900de97026940f63c /validator/validator.h | |
parent | 689b65913bba5320ef50befddf4743c6dafde873 (diff) |
Diffstat (limited to 'validator/validator.h')
-rw-r--r-- | validator/validator.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/validator/validator.h b/validator/validator.h index 23d3072427a2..9a591078f71c 100644 --- a/validator/validator.h +++ b/validator/validator.h @@ -93,19 +93,6 @@ struct val_env { * seconds. */ uint32_t bogus_ttl; - /** If set, the validator should clean the additional section of - * secure messages. - */ - int clean_additional; - - /** - * If set, the validator will not make messages bogus, instead - * indeterminate is issued, so that no clients receive SERVFAIL. - * This allows an operator to run validation 'shadow' without - * hurting responses to clients. - */ - int permissive_mode; - /** * Number of entries in the NSEC3 maximum iteration count table. * Keep this table short, and sorted by size |