summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-20 16:00:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-20 16:00:43 -0600
commit29ad523e81610926d96cd0968e25a6e76931edcf (patch)
tree0f6a599157891d17f9df0bd851b3357f6790a125
parent3e6a3e1f49f03ba0b01b0554bd74b3cb40b7412d (diff)
downloadnuttx-29ad523e81610926d96cd0968e25a6e76931edcf.tar.gz
nuttx-29ad523e81610926d96cd0968e25a6e76931edcf.tar.bz2
nuttx-29ad523e81610926d96cd0968e25a6e76931edcf.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index aef25b504..4f96fddc9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9482,4 +9482,7 @@
* arch/ and drivers/net: "Networking: Modify all Ethernet drivers:
Do neighbor look-up on all outgoing IPv6 packs in order to properly
set the destination link layer address (2015-01-20).
+ * Networking: When sending ICMPv6 advertisements and solicitations,
+ set the NOARP bit so that we don't overwrite the destination MAC
+ address (2015-01-20).