mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 08:25:16 +00:00
[#2854] Added DHCPx_QUERY_LABEL
This commit is contained in:
@@ -1229,6 +1229,10 @@ Dhcpv4Srv::processPacket(Pkt4Ptr& query, Pkt4Ptr& rsp, bool allow_packet_park) {
|
||||
}
|
||||
}
|
||||
|
||||
// Classify can emit INFO logs so help to track the query.
|
||||
LOG_INFO(dhcp4_logger, DHCP4_QUERY_LABEL)
|
||||
.arg(query->getLabel());
|
||||
|
||||
// Update statistics accordingly for received packet.
|
||||
processStatsReceived(query);
|
||||
|
||||
|
Reference in New Issue
Block a user