]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1863] Make stats-httpd listen on a non-default port for lettuce tests
authorMukund Sivaraman <muks@isc.org>
Wed, 11 Apr 2012 14:48:35 +0000 (20:18 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 15 Apr 2012 09:37:06 +0000 (15:07 +0530)
tests/lettuce/configurations/bindctl_commands.config.orig

index 458b09252685078711200e016d69efd2e69863ac..7fe213a4e549805d9db491d4dffef40d08bb0348 100644 (file)
             "address": "127.0.0.1"
         } ]
     },
+    "StatsHttpd": {
+        "listen_on": [ {
+            "port": 47811,
+            "address": "127.0.0.1"
+        } ]
+    },
     "Boss": {
         "components": {
             "b10-auth": {"kind": "dispensable", "special": "auth" },