summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-27 08:27:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-27 08:27:35 -0600
commitbe67d1ffbebf6d799c76addd003895fc36aea7c5 (patch)
treebf2b105f00d6f62aec0c7eec61d68824360cce95 /nuttx/ChangeLog
parentc83c95eb6b801da6539fa7ffbca95104ea42605d (diff)
downloadnuttx-be67d1ffbebf6d799c76addd003895fc36aea7c5.tar.gz
nuttx-be67d1ffbebf6d799c76addd003895fc36aea7c5.tar.bz2
nuttx-be67d1ffbebf6d799c76addd003895fc36aea7c5.zip
Networking: Fix backward conditional in test to see if address is in ARP table. From Max Holtzberg
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f685333ca..42e07a27f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5646,5 +5646,8 @@
if the packet is being sent out of our subnet (via a router).
The fallback here is just to use "eth0" if the subnet lookup
fails. This will, of course, will have to be revisited if/when
- multiple NICs are supported (2013-9-27).
+ multiple NICs are supported. From Max Holtzberg (2013-9-27).
+ * net/send.c: Fix some backward conditional logic in check
+ to see if we should check if the ARP address in the table. From
+ Max Holzberg (2013-9-27).