diff options
author | Marcin Siodelski <marcin@isc.org> | 2023-06-22 08:36:11 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2023-06-26 14:26:09 +0200 |
commit | a100419ee4f021fe814245d2470f138d7c81ffbc (patch) | |
tree | 429d47c6d5fb0bf823dea7d21cec4aa8541aece0 /src/lib/dhcpsrv/dhcpsrv_messages.mes | |
parent | [#2866] Added a ChangeLog entry (diff) | |
download | kea-a100419ee4f021fe814245d2470f138d7c81ffbc.tar.xz kea-a100419ee4f021fe814245d2470f138d7c81ffbc.zip |
[#2866] Changes after review
- ChangeLog edits
- ARM edits in sections about subnet ids
- Renamed warning message
- Added subnet id to default configurations
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_messages.mes | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes index 9c7adadb40..4c58a5eb1f 100644 --- a/src/lib/dhcpsrv/dhcpsrv_messages.mes +++ b/src/lib/dhcpsrv/dhcpsrv_messages.mes @@ -280,6 +280,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_CONFIGURED_SUBNET_WITHOUT_ID a subnet was configured without an id: %1 +A warning message issued when a subnet was configured with a zero or without +an id, causing the server to auto-generate it. Using auto-generated subnet +ids is now deprecated. Each configured subnet should have an explicit subnet id +specified with the "id" entry. The sole argument of this warning message contains +a subnet prefix. + % 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 @@ -1393,6 +1400,3 @@ indicate an error in the source code, please submit a bug report. The database access string specified a database type (given in the message) that is unknown to the software. This is a configuration error. -% DHCPSRV_UNNUMBERED_CONFIGURED_SUBNET a subnet was configured unnumbered: %1 -A warning message issued when a subnet was configured with a zero or without -an id. The prefix of the subnet is displayed. |