From: Marcin Siodelski Date: Fri, 24 Sep 2021 13:07:09 +0000 (+0000) Subject: [#2050] Apply 6 suggestion(s) to 1 file(s) X-Git-Tag: Kea-2.0.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8406cd6dc84b5d94467fad74adfeeac0db4af48;p=thirdparty%2Fkea.git [#2050] Apply 6 suggestion(s) to 1 file(s) --- 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 31873f95f6..1389f146d7 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-2.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-2.conf @@ -115,23 +115,23 @@ { "name": "server1", // 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 partner DHCPv4 server // instance and the "http-host" and "http-port" must be // set to the corresponding values. "url": "http://192.168.1.2:8000/", - // This server is primary. The other one must be - // secondary. + // That server is primary. Our server must be + // standby. "role": "primary" }, - // This is the configuration of our HA peer. + // This is our (server2) configuration. { "name": "server2", // 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 + // to run on this machine with "http-host" and // "http-port" values set to the corresponding values. "url": "http://192.168.1.3:8000/", - // The partner is a secondary. Our is primary. + // Our server is standby. The other server is primary. "role": "standby" } ]