mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#1090] pkt4-send comment updated
This commit is contained in:
@@ -1226,8 +1226,8 @@ Dhcpv4Srv::processPacketPktSend(hooks::CalloutHandlePtr& callout_handle,
|
|||||||
*callout_handle);
|
*callout_handle);
|
||||||
|
|
||||||
// Callouts decided to skip the next processing step. The next
|
// Callouts decided to skip the next processing step. The next
|
||||||
// processing step would to send the packet, so skip at this
|
// processing step would to pack the packet, so skip at this
|
||||||
// stage means "drop response".
|
// stage means "skip packing, the hook already did that".
|
||||||
if ((callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP) ||
|
if ((callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP) ||
|
||||||
(callout_handle->getStatus() == CalloutHandle::NEXT_STEP_DROP)) {
|
(callout_handle->getStatus() == CalloutHandle::NEXT_STEP_DROP)) {
|
||||||
LOG_DEBUG(hooks_logger, DBG_DHCP4_HOOKS,
|
LOG_DEBUG(hooks_logger, DBG_DHCP4_HOOKS,
|
||||||
|
Reference in New Issue
Block a user