- Fix #192: In the unbound-checkconf tool, the module config of

dns64 subnetcache respip validator iterator is whitelisted, it was
  reported it seems to work.
This commit is contained in:
W.C.A. Wijngaards 2020-03-16 09:44:38 +01:00
parent 59fe188954
commit e4268663e6
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
16 March 2020: Wouter
- Fix #192: In the unbound-checkconf tool, the module config of
dns64 subnetcache respip validator iterator is whitelisted, it was
reported it seems to work.
12 March 2020: Wouter
- Fix compile of test tools without protobuf.

View file

@ -600,6 +600,8 @@ morechecks(struct config_file* cfg)
&& strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
&& strcmp(cfg->module_conf, "dns64 subnetcache iterator") != 0
&& strcmp(cfg->module_conf, "dns64 subnetcache validator iterator") != 0
&& strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
&& strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
#endif
#if defined(WITH_PYTHONMODULE) && defined(CLIENT_SUBNET)
&& strcmp(cfg->module_conf, "python subnetcache iterator") != 0