2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[master] Trivial fix to address regression after #5175.

The example config for control agent uses IP address of 127.0.0.1
rather than localhost. This caused regression in some unit tests
that use this configuration. The trivial fix committed on my
discretion.
This commit is contained in:
Marcin Siodelski
2017-04-03 20:44:16 +02:00
parent c8925d78a0
commit 056e3d38a2

View File

@@ -22,7 +22,7 @@
} }
} }
], ],
"http-host": "localhost", "http-host": "127.0.0.1",
"http-port": 8000 "http-port": 8000
} }
} }