diff options
author | Marcin Godzina <mgodzina@isc.org> | 2023-03-24 23:51:18 +0100 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2023-03-24 23:51:18 +0100 |
commit | 769b3583ab376cbb4162a1acba87dfb6c46d9ec1 (patch) | |
tree | e7a0bf34d6f5e42ecfbe1ddc90dcb3a8c669cd43 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [#2807] bump up library versions for 2.3.6 release (diff) | |
download | kea-769b3583ab376cbb4162a1acba87dfb6c46d9ec1.tar.xz kea-769b3583ab376cbb4162a1acba87dfb6c46d9ec1.zip |
[#2809] release changesKea-2.3.6
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 49 |
1 files changed, 23 insertions, 26 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 1ac57ad6c4..70612e983d 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -254,6 +254,13 @@ the database access parameters are changed: in the latter case, the server closes the currently open database, and opens a database using the new parameters. +% DHCPSRV_DDNS_TTL_PERCENT_TOO_SMALL ddns-ttl-percent %1 of lease lifetime %2 is too small, ignoring it +A debug message issued when the DDNS TTL value calculated using the +ddns-ttl-percent is zero. Kea will ignore the value and calculate +the DDNS TTL as though ddsn-ttl-percent were not specified. The +value of ddns-ttl-percent and the lease lifetime are shown in +the message details. + % DHCPSRV_DEPRECATED This configuration is using a deprecated feature: %1 This warning is printed every time a deprecated feature (identified by the parameter) is used. A deprecated feature is functional now, but there will be a future Kea release @@ -349,6 +356,22 @@ and the attempt ended in error. The access string in question - which should be of the form 'keyword=value keyword=value...' is included in the message. +% DHCPSRV_LEASE4_EXTENDED_INFO_SANITY_FAIL extended info for lease %1 failed checks (%2) +This error message is printed when a lease extended info failed to +pass sanity checks. The detail of the found problem was displayed and +the extended info deleted from the lease user context. + +% DHCPSRV_LEASE4_EXTENDED_INFO_UPGRADED extended info for lease %1 was upgraded +This debug message is printed when a lease extended info was upgraded. + +% DHCPSRV_LEASE6_EXTENDED_INFO_SANITY_FAIL extended info for lease %1 failed checks (%2) +This error message is printed when a lease extended info failed to +pass sanity checks. The detail of the found problem was displayed and +the extended info deleted from the lease user context. + +% DHCPSRV_LEASE6_EXTENDED_INFO_UPGRADED extended info for lease %1 was upgraded +This debug message is printed when a lease extended info was upgraded. + % DHCPSRV_LEASE_MGR_CALLBACK_EXCEPTION exception occurred in a lease manager callback for callback type %1, subnet id %2, and lease %3: %4 This warning message is printed when one of the callback functions registered in the lease manager causes an error. The callback functions can serve @@ -368,22 +391,6 @@ The third argument prints the lease for which the error has occurred. This log message variant contains no error text because it is triggered by an unknown exception. -% DHCPSRV_LEASE4_EXTENDED_INFO_SANITY_FAIL extended info for lease %1 failed checks (%2) -This error message is printed when a lease extended info failed to -pass sanity checks. The detail of the found problem was displayed and -the extended info deleted from the lease user context. - -% DHCPSRV_LEASE4_EXTENDED_INFO_UPGRADED extended info for lease %1 was upgraded -This debug message is printed when a lease extended info was upgraded. - -% DHCPSRV_LEASE6_EXTENDED_INFO_SANITY_FAIL extended info for lease %1 failed checks (%2) -This error message is printed when a lease extended info failed to -pass sanity checks. The detail of the found problem was displayed and -the extended info deleted from the lease user context. - -% DHCPSRV_LEASE6_EXTENDED_INFO_UPGRADED extended info for lease %1 was upgraded -This debug message is printed when a lease extended info was upgraded. - % DHCPSRV_LEASE_SANITY_FAIL The lease %1 with subnet-id %2 failed subnet-id checks (%3). This warning message is printed when the lease being loaded does not match the configuration. Due to lease-checks value, the lease will be loaded, but @@ -1279,13 +1286,3 @@ indicate an error in the source code, please submit a bug report. % DHCPSRV_UNKNOWN_DB unknown database type: %1 The database access string specified a database type (given in the message) that is unknown to the software. This is a configuration error. - -% DHCPSRV_DDNS_TTL_PERCENT_TOO_SMALL ddns-ttl-percent %1 of lease lifetime %2 is too small, ignoring it -A debug message issued when the DDNS TTL value calculated using the -ddns-ttl-percent is zero. Kea will ignore the value and calculate -the DDNS TTL as though ddsn-ttl-percent were not specified. The -value of ddns-ttl-percent and the lease lifetime are shown in -the message details. - - - |