From: Tomek Mrugalski Date: Fri, 31 Jan 2020 10:03:28 +0000 (+0100) Subject: [#1090] pkt4-send comment updated X-Git-Tag: Kea-1.7.5~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffbe6c4722523c334ace5ffe8f901e18cb703bd9;p=thirdparty%2Fkea.git [#1090] pkt4-send comment updated --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index ee04f525d7..4bb265ae56 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -1226,8 +1226,8 @@ Dhcpv4Srv::processPacketPktSend(hooks::CalloutHandlePtr& callout_handle, *callout_handle); // Callouts decided to skip the next processing step. The next - // processing step would to send the packet, so skip at this - // stage means "drop response". + // processing step would to pack the packet, so skip at this + // stage means "skip packing, the hook already did that". if ((callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP) || (callout_handle->getStatus() == CalloutHandle::NEXT_STEP_DROP)) { LOG_DEBUG(hooks_logger, DBG_DHCP4_HOOKS,