From: Thomas Markwalder Date: Fri, 10 May 2024 17:56:55 +0000 (-0400) Subject: [#3203] Addressed review comments X-Git-Tag: Kea-2.6.0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e75772e1d4dee42dd6d08c6fba630d3929d623;p=thirdparty%2Fkea.git [#3203] Addressed review comments src/bin/dhcp4/dhcp4_messages.mes src/bin/dhcp6/dhcp6_messages.mes - Minor clean up to log messages. --- diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes index 511de5dfd1..573e53b21b 100644 --- a/src/bin/dhcp4/dhcp4_messages.mes +++ b/src/bin/dhcp4/dhcp4_messages.mes @@ -814,7 +814,7 @@ A debug message noting that the multi-threading packet queue is full so the oldest packet of the queue was dropped to make room for the received one. % DHCP4_PACKET_RECEIVED %1: %2 (type %3) received from %4 to %5 on interface %6 -A debug message noting that the server has received the specified type of +An INFO message noting that the server has received the specified type of packet on the specified interface. The first argument specifies the client and transaction identification information. The second and third argument specify the name of the DHCPv4 message and its numeric type @@ -823,10 +823,10 @@ destination IPv4 address and the name of the interface on which the message has been received. % DHCP4_PACKET_SEND %1: trying to send packet %2 (type %3) from %4:%5 to %6:%7 on interface %8 -The arguments specify the client identification information (HW address -and client identifier), DHCP message name and type, source IPv4 -address and port, destination IPv4 address and port and the -interface name. +An INFO message noting that the server is attempting to send the specified +type of packet. The arguments specify the client identification information +(HW address and client identifier), DHCP message name and type, source IPv4 +address and port, destination IPv4 address and port and the interface name. This debug message is issued when the server is trying to send the response to the client. When the server is using an UDP socket diff --git a/src/bin/dhcp6/dhcp6_messages.mes b/src/bin/dhcp6/dhcp6_messages.mes index 9e23f25eb4..e82dfc1720 100644 --- a/src/bin/dhcp6/dhcp6_messages.mes +++ b/src/bin/dhcp6/dhcp6_messages.mes @@ -688,7 +688,7 @@ A debug message noting that the multi-threading packet queue is full so the oldest packet of the queue was dropped to make room for the received one. % DHCP6_PACKET_RECEIVED %1: %2 (type %3) received from %4 to %5 on interface %6 -A debug message noting that the server has received the specified type of +An INFO message noting that the server has received the specified type of packet on the specified interface. The first argument specifies the client and transaction identification information. The second and third argument specify the name of the DHCPv6 message and its numeric type @@ -702,10 +702,11 @@ occurred during this attempt. The reason for the error is included in the message. % DHCP6_PACKET_SEND %1: trying to send packet %2 (type %3) from [%4]:%5 to [%6]:%7 on interface %8 -The arguments specify the client identification information (HW address -and client identifier), DHCP message name and type, source IPv6 -address and port, destination IPv6 address and port and the -interface name. +An INFO message noting that the server is attempting to send the +specified type of packet. The arguments specify the client +identification information (HW address and client identifier), +DHCP message name and type, source IPv6 address and port, +destination IPv6 address and port and the interface name. % DHCP6_PACKET_SEND_FAIL %1: failed to send DHCPv6 packet: %2 This error is output if the IPv6 DHCP server fails to send an assembled