summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-14 18:27:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-14 18:27:41 -0600
commit3fc5cbd534a8a375455bb631f16dae35353f5b4f (patch)
treee978410622d968afe177d1de0aa593e23b228ca7 /nuttx/ChangeLog
parentdefc8c9b135e6d13febf7438147da8452477398a (diff)
downloadnuttx-3fc5cbd534a8a375455bb631f16dae35353f5b4f.tar.gz
nuttx-3fc5cbd534a8a375455bb631f16dae35353f5b4f.tar.bz2
nuttx-3fc5cbd534a8a375455bb631f16dae35353f5b4f.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8e0de8412..1b3e0ddc3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8971,3 +8971,6 @@
* net/route/net_router.c: I don't think that the net_route function has
ever worked correctly. The source ip was updated in the match struct
instead of the route ip. From Brennan Ashton (2014-11-14).
+ * net/Kconfig arp/Make.defs, arp_send.c, and drivers/net/slip.c: ARP:
+ Add support for the case where there are multiple networks: One being
+ Ethernet and the other not. Suggested by Brennan Ashton (2014-11-14).