2
0
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:
Razvan Becheriu
2020-08-20 21:42:20 +03:00
parent 7c8c11dc36
commit 3c2028c1aa
3 changed files with 32 additions and 10 deletions

View File

@@ -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"));