diff options
author | Marcin Siodelski <marcin@isc.org> | 2023-11-28 21:52:10 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2023-11-29 20:58:56 +0100 |
commit | d9514f0cfa9ea107184234c0773125d223ac6685 (patch) | |
tree | 394e590887d5bf6a799256d68be7992e94fff821 /src/hooks/dhcp/high_availability | |
parent | [#3106] Use getThisServerName() in a few places (diff) | |
download | kea-d9514f0cfa9ea107184234c0773125d223ac6685.tar.xz kea-d9514f0cfa9ea107184234c0773125d223ac6685.zip |
[#3106] Corrected two messages' descriptions
Diffstat (limited to 'src/hooks/dhcp/high_availability')
-rw-r--r-- | src/hooks/dhcp/high_availability/ha_messages.mes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hooks/dhcp/high_availability/ha_messages.mes b/src/hooks/dhcp/high_availability/ha_messages.mes index a0f58f3404..9a6687167e 100644 --- a/src/hooks/dhcp/high_availability/ha_messages.mes +++ b/src/hooks/dhcp/high_availability/ha_messages.mes @@ -82,8 +82,8 @@ is considered to not be served by the partner. The surviving server counts such clients and if the number of such clients exceeds the max-unacked-clients threshold, the server will transition to the partner-down state. The first argument specifies the relationship name. The second argument contains client -identification information. The second argument specifies the number of -clients to which the server has failed to respond. The third argument specifies +identification information. The third argument specifies the number of +clients to which the server has failed to respond. The forth argument specifies the number of additional clients which, if not provisioned, will cause the server to transition to the partner-down state. @@ -102,8 +102,8 @@ is considered to not be served by the partner. The surviving server counts such clients and if the number of such clients exceeds the max-unacked-clients threshold, the server will transition to the partner-down state. The first argument specifies the relationship name. The second argument contains client -identification information. The second argument specifies the number of clients -to which the server has failed to respond. The third argument specifies the +identification information. The third argument specifies the number of clients +to which the server has failed to respond. The forth argument specifies the number of additional clients which, if not provisioned, will cause the server to transition to the partner-down state. |