- Fix #598: Fix unbound-checkconf fatal error: module conf

'respip dns64 validator iterator' is not known to work.
This commit is contained in:
W.C.A. Wijngaards 2022-01-05 16:14:47 +01:00
parent adcbb6ced7
commit eccfe3e1f5
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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