]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #602: Allow the module-config "subnetcache validator cachedb
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Jan 2022 15:30:25 +0000 (16:30 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 14 Jan 2022 15:30:25 +0000 (16:30 +0100)
  iterator".

doc/Changelog
smallapp/unbound-checkconf.c

index 4215ea9a699148f8bcc7218548468cf8776a22e3..be52208c841274aa048ff973ebcdafb9f4c750ad 100644 (file)
@@ -8,6 +8,8 @@
        - Add rpz: for-downstream: yesno option, where the RPZ zone is
          authoritatively answered for, so the RPZ zone contents can be
          checked with DNS queries directed at the RPZ zone.
+       - For #602: Allow the module-config "subnetcache validator cachedb
+         iterator".
 
 11 January 2022: George
        - Fix prematurely terminated TCP queries when a reply has the same ID.
index c667f811526e5a52cd90f6519c18c983d027136e..fe18c3c83f93829128dfcf2d5351b30d22f3328f 100644 (file)
@@ -787,6 +787,10 @@ morechecks(struct config_file* cfg)
                && strcmp(cfg->module_conf, "validator python cachedb iterator") != 0
                && strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0
 #endif
+#if defined(CLIENT_SUBNET) && defined(USE_CACHEDB)
+               && strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0
+               && strcmp(cfg->module_conf, "subnetcache validator cachedb iterator") != 0
+#endif
 #ifdef CLIENT_SUBNET
                && strcmp(cfg->module_conf, "subnetcache iterator") != 0
                && strcmp(cfg->module_conf, "respip subnetcache iterator") != 0