]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2050] Hot-standby description updated
authorTomek Mrugalski <tomek@isc.org>
Thu, 23 Sep 2021 13:45:28 +0000 (15:45 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 15:24:33 +0000 (17:24 +0200)
doc/examples/template-power-user-home/kea-dhcp4-1.conf
doc/examples/template-power-user-home/kea-dhcp4-2.conf

index ef53570f423b7d393820d6dfbbe004d3826a0176..755e3d90c5bc3e9183f94d6c757d5d72e134c2e9 100644 (file)
@@ -85,8 +85,8 @@
                     // This parameter points to this server instance. The respective
                     // HA peers must have this parameter set to their own names.
                     "this-server-name": "server1",
-                    // The HA mode is set to host-standby. In this mode, the active
-                    // servers share the traffic (50/50).
+                    // The HA mode is set to host-standby. In this mode, the active server handles
+                    // all the traffic. The standby takes over if the primary becomes unavailable.
                     "mode": "hot-standby",
                     // Heartbeat is to be sent every 10 seconds if no other control
                     // commands are transmitted.
index eeabb5bf522e072c0b3860dc392b469be293e9e7..6c7bcaadcedca5412c7919decab5e1ee77486b55 100644 (file)
@@ -85,8 +85,8 @@
                     // This parameter points to this server instance. The respective
                     // HA peers must have this parameter set to their own names.
                     "this-server-name": "server2",
-                    // The HA mode is set to host-standby. In this mode, the active
-                    // servers share the traffic (50/50).
+                    // The HA mode is set to host-standby. In this mode, the active server handles
+                    // all the traffic. The standby takes over if the primary becomes unavailable.
                     "mode": "hot-standby",
                     // Heartbeat is to be sent every 10 seconds if no other control
                     // commands are transmitted.