mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #598: Fix unbound-checkconf fatal error: module conf
'respip dns64 validator iterator' is not known to work.
This commit is contained in:
parent
adcbb6ced7
commit
eccfe3e1f5
2 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
the iterator loop.
|
the iterator loop.
|
||||||
- Fix for #596: add unit test for nsdname trigger and signal unset RA.
|
- Fix for #596: add unit test for nsdname trigger and signal unset RA.
|
||||||
- Fix for #596: add unit test for nsip trigger and signal unset RA.
|
- Fix for #596: add unit test for nsip trigger and signal unset RA.
|
||||||
|
- Fix #598: Fix unbound-checkconf fatal error: module conf
|
||||||
|
'respip dns64 validator iterator' is not known to work.
|
||||||
|
|
||||||
4 January 2022: Wouter
|
4 January 2022: Wouter
|
||||||
- Fix #596: unset the RA bit when a query is blocked by an unbound
|
- Fix #596: unset the RA bit when a query is blocked by an unbound
|
||||||
|
|
|
||||||
|
|
@ -691,6 +691,8 @@ morechecks(struct config_file* cfg)
|
||||||
&& strcmp(cfg->module_conf, "dns64 iterator") != 0
|
&& strcmp(cfg->module_conf, "dns64 iterator") != 0
|
||||||
&& strcmp(cfg->module_conf, "respip iterator") != 0
|
&& strcmp(cfg->module_conf, "respip iterator") != 0
|
||||||
&& strcmp(cfg->module_conf, "respip validator iterator") != 0
|
&& strcmp(cfg->module_conf, "respip validator iterator") != 0
|
||||||
|
&& strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0
|
||||||
|
&& strcmp(cfg->module_conf, "respip dns64 iterator") != 0
|
||||||
#ifdef WITH_PYTHONMODULE
|
#ifdef WITH_PYTHONMODULE
|
||||||
&& strcmp(cfg->module_conf, "python iterator") != 0
|
&& strcmp(cfg->module_conf, "python iterator") != 0
|
||||||
&& strcmp(cfg->module_conf, "python respip iterator") != 0
|
&& strcmp(cfg->module_conf, "python respip iterator") != 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue