]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #192: In the unbound-checkconf tool, the module config of
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 16 Mar 2020 08:44:38 +0000 (09:44 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 16 Mar 2020 08:44:38 +0000 (09:44 +0100)
  dns64 subnetcache respip validator iterator is whitelisted, it was
  reported it seems to work.

doc/Changelog
smallapp/unbound-checkconf.c

index ea8eeb528ab47ac6026e1398deb38111fc771e58..08582e3d7f7f482939d4fa0ddd55c3e82f6aeaaa 100644 (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.
 
index 34902f3638e4a276e12c940d12037d68a787b574..685f75b39524113844c75c6f0c1139e9283caca1 100644 (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