mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#505] addressed review
This commit is contained in:
@@ -125,7 +125,7 @@ BaseNetworkParser::parseCommon(const ConstElementPtr& network_data,
|
||||
|
||||
if (has_renew && has_rebind && (renew > rebind)) {
|
||||
isc_throw(DhcpConfigError, "the value of renew-timer" << " (" << renew
|
||||
<< ") is not less than rebind-timer" << " (" << rebind << ")");
|
||||
<< ") is greater than rebind-timer" << " (" << rebind << ")");
|
||||
}
|
||||
|
||||
network->setValid(parseLifetime(network_data, "valid-lifetime"));
|
||||
|
Reference in New Issue
Block a user