summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-15 09:32:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-15 09:32:32 -0600
commit20005a3c607ae8cf232e0cf2953471fc45ccf10d (patch)
treef6bee2d18336ef966909efffa9b7cd9a9f25f086
parent80c7601e254be30121a1b0922f70827d42ce262f (diff)
downloadpx4-nuttx-20005a3c607ae8cf232e0cf2953471fc45ccf10d.tar.gz
px4-nuttx-20005a3c607ae8cf232e0cf2953471fc45ccf10d.tar.bz2
px4-nuttx-20005a3c607ae8cf232e0cf2953471fc45ccf10d.zip
Update changelog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 16af1f027..f4cedd92a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9416,3 +9416,5 @@
net/devif/devif_input.c to ipv4_input.c, remove all IPv6-specific
logic, and (4) xplit IPv4 header structure out as net_ipv4hdr_s from
net_iphdr_s (2015-01-15).
+ * arch/: All Ethernet drivers: Call ipv6_input() if IPv6 is enabled
+ and an IPv6 packet is received (2015-01-15).