// Adding any other options makes sense only when we got the lease.
if (!ex.getResponse()->getYiaddr().isV4Zero()) {
// If this is global reservation or the subnet doesn't belong to a shared
- // networkwe have already fetched it and evaluated the classes.
+ // network we have already fetched it and evaluated the classes.
ex.conditionallySetReservedClientClasses();
// Required classification
// Adding any other options makes sense only when we got the lease.
if (!response->getYiaddr().isV4Zero()) {
// If this is global reservation or the subnet doesn't belong to a shared
- // networkwe have already fetched it and evaluated the classes.
+ // network we have already fetched it and evaluated the classes.
ex.conditionallySetReservedClientClasses();
// Required classification
Pkt4Ptr ack = ex.getResponse();
// If this is global reservation or the subnet doesn't belong to a shared
- // networkwe have already fetched it and evaluated the classes.
+ // network we have already fetched it and evaluated the classes.
ex.conditionallySetReservedClientClasses();
requiredClassify(ex);
///
/// @note This is done in two phases: first the content of the
/// vendor-class-identifier option is used as a class, by
- /// calling @ref classifyByVendor(). Second classification match
+ /// calling @ref classifyByVendor(). Second, the classification match
/// expressions are evaluated. The resulting classes will be stored
/// in the packet (see @ref isc::dhcp::Pkt4::classes_ and
/// @ref isc::dhcp::Pkt4::inClass).
///
/// @note This is done in two phases: first the content of the
/// vendor-class-identifier option is used as a class, by
- /// calling @ref classifyByVendor(). Second classification match
+ /// calling @ref classifyByVendor(). Second, the classification match
/// expressions are evaluated. The resulting classes will be stored
/// in the packet (see @ref isc::dhcp::Pkt6::classes_ and
/// @ref isc::dhcp::Pkt6::inClass).