]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix unbound-checkconf check for module config with dns64 module.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 10 Oct 2014 07:07:58 +0000 (07:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 10 Oct 2014 07:07:58 +0000 (07:07 +0000)
git-svn-id: file:///svn/unbound/trunk@3238 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-checkconf.c

index 68f481b3049ed7e9978595d9ac2e895288512593..4408cbd53cfb96add66908daa4acf90f6cd86440 100644 (file)
@@ -1,3 +1,6 @@
+10 October 2014: Wouter
+       - Fix unbound-checkconf check for module config with dns64 module.
+
 6 October 2014: Wouter
        - Fix #614: man page variable substitution bug.
 6 October 2014: Willem
index e26ae91c44cd77baf94cf9f77c65fffe6cbb47fd..e83867f26844cbdcabffa3a9b62fb4595b913499 100644 (file)
@@ -392,10 +392,17 @@ morechecks(struct config_file* cfg, const char* fname)
        
        if(strcmp(cfg->module_conf, "iterator") != 0 
                && strcmp(cfg->module_conf, "validator iterator") != 0
+               && strcmp(cfg->module_conf, "dns64 validator iterator") != 0
+               && strcmp(cfg->module_conf, "dns64 iterator") != 0
 #ifdef WITH_PYTHONMODULE
                && strcmp(cfg->module_conf, "python iterator") != 0 
                && strcmp(cfg->module_conf, "python validator iterator") != 0 
                && strcmp(cfg->module_conf, "validator python iterator") != 0
+               && strcmp(cfg->module_conf, "dns64 python iterator") != 0 
+               && strcmp(cfg->module_conf, "dns64 python validator iterator") != 0 
+               && strcmp(cfg->module_conf, "dns64 validator python iterator") != 0
+               && strcmp(cfg->module_conf, "python dns64 iterator") != 0 
+               && strcmp(cfg->module_conf, "python dns64 validator iterator") != 0 
 #endif
                ) {
                fatal_exit("module conf '%s' is not known to work",