]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add dns64 for client-subnet in unbound-checkconf.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Sep 2017 05:43:46 +0000 (05:43 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 12 Sep 2017 05:43:46 +0000 (05:43 +0000)
git-svn-id: file:///svn/unbound/trunk@4340 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-checkconf.c

index 5aa5ff930c54bcf34cdaeebbf1d68b032b7fe058..33a7e1f7318676d302d1866964c880e150de56b6 100644 (file)
@@ -1,3 +1,6 @@
+12 September 2017: Wouter
+       - Add dns64 for client-subnet in unbound-checkconf.
+
 4 September 2017: Ralph
        - Fix #1412: QNAME minimisation strict mode not honored
        - Fix #1434: Fix windows openssl 1.1.0 linking.
index 849bb96ef9e1184d765482dbfe79fb9ff709db8e..7e9cb4740ae3eb914d5e1ecda8d09caa8c9907d7 100644 (file)
@@ -494,6 +494,8 @@ morechecks(struct config_file* cfg, const char* fname)
 #ifdef CLIENT_SUBNET
                && strcmp(cfg->module_conf, "subnetcache iterator") != 0
                && strcmp(cfg->module_conf, "subnetcache validator iterator") != 0
+               && strcmp(cfg->module_conf, "dns64 subnetcache iterator") != 0
+               && strcmp(cfg->module_conf, "dns64 subnetcache validator iterator") != 0
 #endif
 #if defined(WITH_PYTHONMODULE) && defined(CLIENT_SUBNET)
                && strcmp(cfg->module_conf, "python subnetcache iterator") != 0