From 29eef778ce55d5fcd8639f98ff1fa92d6d2ddd4a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 20 Aug 2014 07:11:38 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 444b591d6dc..8ee10ffd0c4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8191,3 +8191,9 @@ network responses to ARP requests quickly (2014-8-19). * include/nuttx/lcd/ili9341.h: \Add a register definition header file for the ILI9341 LCD (2014-8-19). + * net/arp/Kconfig: ARP request logic is no longer EXPERIMENTAL + (2014-8-20). + * net/arp/arp_send.c: ARP request logic needs to do the right thing if + (1) the address is a broadcast or multicast address, and (2) if the + IP address lies outside of the network. Problem noted by Manuel Stuehn + (2014-8-20).