From cd97c4b75d82e3e233e87db9b3c93e21df22f01c Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 24 Sep 2021 12:53:27 +0200 Subject: [PATCH] [#2050] Updated second server's peers descriptions --- doc/examples/template-power-user-home/kea-dhcp4-2.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/template-power-user-home/kea-dhcp4-2.conf b/doc/examples/template-power-user-home/kea-dhcp4-2.conf index 3bd3aaae7a..799c7163e6 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-2.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-2.conf @@ -114,7 +114,7 @@ // This is the configuration of this server instance. { "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 // instance and the "http-host" and "http-port" must be // set to the corresponding values. @@ -126,8 +126,8 @@ // This is the configuration of our HA peer. { "name": "server2", - // Specifies the URL on which the partner's control - // channel can be reached. The Control Agent is required + // Specifies the URL on which the control agent for this server + // can be reached. The Control Agent is required // to run on the partner's machine with "http-host" and // "http-port" values set to the corresponding values. "url": "http://192.168.1.3:8000/", -- 2.47.2