You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"DHCPSRV_CFGMGR_USE_ADDRESS", "listening on address %1, on interface %2",
216
217
"DHCPSRV_CFGMGR_USE_ALLOCATOR", "using the %1 allocator for %2 leases in subnet %3",
217
218
"DHCPSRV_CFGMGR_USE_UNICAST", "listening on unicast address %1, on interface %2",
219
+
"DHCPSRV_CLASS_WITH_ADDTIONAL_AND_LIFETIMES", "class: %1 has 'only-in-additional-list' true while specifying one or more lease life time values. Life time values will be ignored.",
218
220
"DHCPSRV_CLOSE_DB", "closing currently open %1 database",
219
221
"DHCPSRV_DDNS_TTL_PERCENT_TOO_SMALL", "ddns-ttl-percent %1 of lease lifetime %2 is too small, ignoring it",
220
222
"DHCPSRV_DHCP4O6_RECEIVED_BAD_PACKET", "received bad DHCPv4o6 packet: %1",
Copy file name to clipboardExpand all lines: src/lib/dhcpsrv/dhcpsrv_messages.mes
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -957,3 +957,12 @@ included in the message.
957
957
% DHCPSRV_UNKNOWN_DB unknown database type: %1
958
958
The database access string specified a database type (given in the
959
959
message) that is unknown to the software. This is a configuration error.
960
+
961
+
% DHCPSRV_CLASS_WITH_ADDTIONAL_AND_LIFETIMES class: %1 has 'only-in-additional-list' true while specifying one or more lease life time values. Life time values will be ignored.
962
+
This warning is emitted whenever a class is configured with
963
+
'only-in-addition-list' true as well as specifying one or
964
+
more lease life time parameters (e.g. 'valid-lifetime',
965
+
'preferred-lifetime', or 'offer-lifetime'). Additional list classes
966
+
are evaluated after lease assignment, thus parameters that would otherwise
0 commit comments