BIND 10 trac1818, updated. 637e4d4310e272e5f7c7f1ff499e5736f0d16b16 [1863] Make stats-httpd listen on a non-default port for lettuce tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 11 14:49:16 UTC 2012
The branch, trac1818 has been updated
via 637e4d4310e272e5f7c7f1ff499e5736f0d16b16 (commit)
from 58934071aab7245475b1521ab7272d5afb3a1cee (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 637e4d4310e272e5f7c7f1ff499e5736f0d16b16
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Apr 11 20:18:35 2012 +0530
[1863] Make stats-httpd listen on a non-default port for lettuce tests
-----------------------------------------------------------------------
Summary of changes:
.../configurations/bindctl_commands.config.orig | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/bindctl_commands.config.orig b/tests/lettuce/configurations/bindctl_commands.config.orig
index 458b092..7fe213a 100644
--- a/tests/lettuce/configurations/bindctl_commands.config.orig
+++ b/tests/lettuce/configurations/bindctl_commands.config.orig
@@ -14,6 +14,12 @@
"address": "127.0.0.1"
} ]
},
+ "StatsHttpd": {
+ "listen_on": [ {
+ "port": 47811,
+ "address": "127.0.0.1"
+ } ]
+ },
"Boss": {
"components": {
"b10-auth": {"kind": "dispensable", "special": "auth" },
More information about the bind10-changes
mailing list