diff options
author | Marcin Siodelski <marcin@isc.org> | 2024-01-05 15:46:08 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2024-01-05 19:04:19 +0100 |
commit | bd933f8c83ea4271346d5297763c59ce13e65d2f (patch) | |
tree | 46800cee35f5fb6822a113b4971bdc86bee8d194 /src/hooks/dhcp/high_availability | |
parent | [#3178] Added missing comments to ha_impl.h (diff) | |
download | kea-bd933f8c83ea4271346d5297763c59ce13e65d2f.tar.xz kea-bd933f8c83ea4271346d5297763c59ce13e65d2f.zip |
[#3178] Corrections in the HA messages desc
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 8b2fbd5044..34c5332e5b 100644 --- a/src/hooks/dhcp/high_availability/ha_messages.mes +++ b/src/hooks/dhcp/high_availability/ha_messages.mes @@ -580,7 +580,7 @@ role of this server instance in this configuration. % HA_SUBNET4_SELECT_INVALID_HA_SERVER_NAME %1: invalid ha-server-name value for subnet %2 This error message is issued when the received DHCPv4 query is dropped by this server because the specified ha-server-name value in the subnet's -user context has non-string type or is empty. It is a server's misconifguration. +user-context has non-string type or is empty. It is a server's misconifguration. The first argument is the client identification information. The second argument is a subnet prefix. @@ -596,7 +596,7 @@ The second argument is the relationship name. This error message is issued when the received DHCPv4 query is dropped by this server because it was unable to determine the HA relationship to which the received query belongs. If there are multiple relationships, -it is required to specify ha-server-name user context value at the subnet +it is required to specify ha-server-name value in the user-context at the subnet or shared network level for each subnet and/or shared network. The server uses them as a relationship selector. If these selectors are unspecified for any of the subnets it is a configuration error. The first argument is @@ -625,7 +625,7 @@ The argument contains a reason for the error. % HA_SUBNET6_SELECT_INVALID_HA_SERVER_NAME %1: invalid ha-server-name value for subnet %2 This error message is issued when the received DHCPv6 query is dropped by this server because the specified ha-server-name value in the subnet's -user context has non-string type or is empty. It is a server's misconifguration. +user-context has non-string type or is empty. It is a server's misconifguration. The first argument is the client identification information. The second argument is a subnet prefix. @@ -641,7 +641,7 @@ The second argument is the relationship name. This error message is issued when the received DHCPv6 query is dropped by this server because it was unable to determine the HA relationship to which the received query belongs. If there are multiple relationships, -it is required to specify ha-server-name user context value at the subnet +it is required to specify ha-server-name value in the user-context at the subnet or shared network level for each subnet and/or shared network. The server uses them as a relationship selector. If these selectors are unspecified for any of the subnets it is a configuration error. The first argument is |