Dhcpv4Exchange ex(alloc_engine_, discover, subnet, drop);
- // Stop here if Dhcpv4Exchange constructir decided to drop the packet
+ // Stop here if Dhcpv4Exchange constructor decided to drop the packet
if (drop) {
return (Pkt4Ptr());
}
Dhcpv4Exchange ex(alloc_engine_, request, subnet, drop);
- // Stop here if Dhcpv4Exchange constructir decided to drop the packet
+ // Stop here if Dhcpv4Exchange constructor decided to drop the packet
if (drop) {
return (Pkt4Ptr());
}
Dhcpv4Exchange ex(alloc_engine_, inform, subnet, drop);
- // Stop here if Dhcpv4Exchange constructir decided to drop the packet
+ // Stop here if Dhcpv4Exchange constructor decided to drop the packet
if (drop) {
return (Pkt4Ptr());
}