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

index 61f0f64e177a0dc91c74ef8b7ee008b698356a2b..99e30ad30c41c82aa07915ac2e9a193eea8cd871 100644 (file)
@@ -6,5 +6,11 @@
             "severity": "DEBUG",
             "name": "auth"
         } ]
+    },
+    "StatsHttpd": {
+        "listen_on": [ {
+            "port": 47811,
+            "address": "127.0.0.1"
+        } ]
     }
 }