if (has_renew && has_rebind && (renew > rebind)) {
isc_throw(DhcpConfigError, "the value of renew-timer" << " (" << renew
- << ") is greater than rebind-timer" << " (" << rebind << ")");
+ << ") is greater than the value of rebind-timer" << " ("
+ << rebind << ")");
}
network->setValid(parseLifetime(network_data, "valid-lifetime"));
if (has_renew && has_rebind && (renew > rebind)) {
isc_throw(DhcpConfigError, "the value of renew-timer" << " (" << renew
- << ") is greater than rebind-timer" << " (" << rebind << ")");
+ << ") is greater than the value of rebind-timer" << " ("
+ << rebind << ")");
}
if (!subnet4->getValid().unspecified()) {
if (has_renew && has_rebind && (renew > rebind)) {
isc_throw(DhcpConfigError, "the value of renew-timer" << " (" << renew
- << ") is greater than rebind-timer" << " (" << rebind << ")");
+ << ") is greater than the value of rebind-timer" << " ("
+ << rebind << ")");
}
if (!subnet6->getPreferred().unspecified()) {