]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1090] pkt4-send comment updated
authorTomek Mrugalski <tomasz@isc.org>
Fri, 31 Jan 2020 10:03:28 +0000 (11:03 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 10 Feb 2020 14:07:26 +0000 (15:07 +0100)
src/bin/dhcp4/dhcp4_srv.cc

index ee04f525d7970e8f76b706277ff70369c4e6e946..4bb265ae56e52c6d491c6a4a77cafc4eb9a1e9f2 100644 (file)
@@ -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,