summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-14 16:17:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-14 16:17:08 -0600
commite24204e4982296058d0185c2a52f89af18a5142d (patch)
treeb298dda7ac39b9351ff3ac3eb5e930ba9fc09323
parenteac10c055d6b7a6f5ed825186f736ea8a840cbf6 (diff)
downloadpx4-nuttx-e24204e4982296058d0185c2a52f89af18a5142d.tar.gz
px4-nuttx-e24204e4982296058d0185c2a52f89af18a5142d.tar.bz2
px4-nuttx-e24204e4982296058d0185c2a52f89af18a5142d.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1c91b9faf..f9858eb01 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9402,4 +9402,11 @@
* net/icmpv6: Create a future home for ICMPv6 (2015-01-14).
* net/icmp: Remove all logic conditioned on CONFIG_NET_IPv6
(2015-01-14).
-
+ * net/, include/nuttx/net, and a few other files: (1) Copied all ICMP
+ sources files to net/icmpv6 with proper renaming and removal of IPv4
+ logic, (2) remove IPv6 logic from files in net/icmp, (3) copied
+ include/nuttx/icmp.h to icmpv6.h and removed IPv4 specific logic, (4)
+ removed all IPv6 logic from icmp.h, (5) IP_HDRLEN became IPv4_HDRLEN
+ and IPv6_HDRLEN, (6) ip_chksum() became ipv4_chksum() and
+ ipv6_chksum(), and (7) added partial support for ICMPv6 statistics
+ (2015-01-14).