From 10fb8a249cc296cf7003e4f95f30096b82af4e40 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 23 Sep 2021 15:45:28 +0200 Subject: [PATCH] [#2050] Hot-standby description updated --- doc/examples/template-power-user-home/kea-dhcp4-1.conf | 4 ++-- doc/examples/template-power-user-home/kea-dhcp4-2.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/examples/template-power-user-home/kea-dhcp4-1.conf b/doc/examples/template-power-user-home/kea-dhcp4-1.conf index ef53570f42..755e3d90c5 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-1.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-1.conf @@ -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. 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 eeabb5bf52..6c7bcaadce 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-2.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-2.conf @@ -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. -- 2.47.2