]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #598: Fix unbound-checkconf fatal error: module conf
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Jan 2022 15:14:47 +0000 (16:14 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Jan 2022 15:14:47 +0000 (16:14 +0100)
  'respip dns64 validator iterator' is not known to work.

doc/Changelog
smallapp/unbound-checkconf.c

index cb1ff554fa477dedd7462369eb84b3c42589003a..af5cfedee3a710678fa8d8dc6ab06776d89a064d 100644 (file)
@@ -6,6 +6,8 @@
          the iterator loop.
        - 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 #598: Fix unbound-checkconf fatal error: module conf
+         'respip dns64 validator iterator' is not known to work.
 
 4 January 2022: Wouter
        - Fix #596: unset the RA bit when a query is blocked by an unbound
index 34c7d11bca0a7b13f2178b809e30c8a1b286c150..c667f811526e5a52cd90f6519c18c983d027136e 100644 (file)
@@ -691,6 +691,8 @@ morechecks(struct config_file* cfg)
                && strcmp(cfg->module_conf, "dns64 iterator") != 0
                && strcmp(cfg->module_conf, "respip 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
                && strcmp(cfg->module_conf, "python iterator") != 0
                && strcmp(cfg->module_conf, "python respip iterator") != 0