BIND 10 trac1461, updated. 9ac04cd9c7f56f2ff12344f218a1bac8ab671f14 [1461] add missing config input file for ddns test

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 14 06:58:28 UTC 2012


The branch, trac1461 has been updated
       via  9ac04cd9c7f56f2ff12344f218a1bac8ab671f14 (commit)
      from  6e0c6bea6666fd57a484c2b754665b8b9b8533b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9ac04cd9c7f56f2ff12344f218a1bac8ab671f14
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Jun 14 08:57:37 2012 +0200

    [1461] add missing config input file for ddns test

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/configurations/ddns/ddns.config.orig |    1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tests/lettuce/configurations/ddns/ddns.config.orig

-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/ddns/ddns.config.orig b/tests/lettuce/configurations/ddns/ddns.config.orig
new file mode 100644
index 0000000..b1883ce
--- /dev/null
+++ b/tests/lettuce/configurations/ddns/ddns.config.orig
@@ -0,0 +1 @@
+{"Logging": {"loggers": [{"debuglevel": 99, "severity": "DEBUG", "name": "*"}]}, "Zonemgr": {"secondary_zones": [{"class": "IN", "name": "secondary.org"}]}, "Auth": {"database_file": "data/ddns/example.org.sqlite3", "listen_on": [{"port": 47806, "address": "127.0.0.1"}]}, "Boss": {"components": {"b10-xfrout": {"kind": "dispensable", "address": "Xfrout"}, "b10-zonemgr": {"kind": "dispensable", "address": "ZoneMgr"}, "b10-ddns": {"kind": "dispensable", "address": "DDNS"}, "b10-auth": {"kind": "needed", "special": "auth"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"}}}, "version": 2, "DDNS": {"zones": [{"origin": "example.org.", "update_acl": [{"action": "ACCEPT", "from": "127.0.0.1"}], "class": "IN"}, {"origin": "secondary.org.", "update_acl": [{"action": "ACCEPT", "from": "127.0.0.1"}], "class": "IN"}]}}



More information about the bind10-changes mailing list