2
0
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:
Francis Dupont
2023-08-03 17:13:17 +02:00
parent 86f65d4569
commit 6a84fc106d
8 changed files with 22 additions and 0 deletions

View File

@@ -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);