2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

[#2050] Updated second server's peers descriptions

This commit is contained in:
Tomek Mrugalski 2021-09-24 12:53:27 +02:00
parent 3e8df0c7fd
commit cd97c4b75d

View File

@ -114,7 +114,7 @@
// This is the configuration of this server instance. // This is the configuration of this server instance.
{ {
"name": "server1", "name": "server1",
// This specifies the URL of our server instance. The // This specifies the URL of the partner's server instance. The
// Control Agent must run along with our DHCPv4 server // Control Agent must run along with our DHCPv4 server
// instance and the "http-host" and "http-port" must be // instance and the "http-host" and "http-port" must be
// set to the corresponding values. // set to the corresponding values.
@ -126,8 +126,8 @@
// This is the configuration of our HA peer. // This is the configuration of our HA peer.
{ {
"name": "server2", "name": "server2",
// Specifies the URL on which the partner's control // Specifies the URL on which the control agent for this server
// channel can be reached. The Control Agent is required // can be reached. The Control Agent is required
// to run on the partner's machine with "http-host" and // to run on the partner's machine with "http-host" and
// "http-port" values set to the corresponding values. // "http-port" values set to the corresponding values.
"url": "http://192.168.1.3:8000/", "url": "http://192.168.1.3:8000/",