From a100419ee4f021fe814245d2470f138d7c81ffbc Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 22 Jun 2023 08:36:11 +0200 Subject: [#2866] Changes after review - ChangeLog edits - ARM edits in sections about subnet ids - Renamed warning message - Added subnet id to default configurations --- src/lib/dhcpsrv/dhcpsrv_messages.mes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/lib/dhcpsrv/dhcpsrv_messages.mes') 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. -- cgit v1.2.3