summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-16 12:31:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-16 12:31:18 -0600
commit1cab7bb6d184c0bba4889bf6eac7a863f0f242c7 (patch)
tree3436897b3878b785d417a1d0f49f473340d80458 /nuttx
parent80ea43c7c968cd7f9617ab8a69892b4214e6664c (diff)
downloadpx4-nuttx-1cab7bb6d184c0bba4889bf6eac7a863f0f242c7.tar.gz
px4-nuttx-1cab7bb6d184c0bba4889bf6eac7a863f0f242c7.tar.bz2
px4-nuttx-1cab7bb6d184c0bba4889bf6eac7a863f0f242c7.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 791549d3d..f908c1e53 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9430,4 +9430,7 @@
structures need to include a union of IPv4 and IPv6 addresses fori
the local address binding and for the remote address connections
(2015-01-16).
-
+ * Networking: Replace all references to net_ipaddr_t with either
+ in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and
+ IPv6 simultaneously. This requires that the two types be distinct
+ and not conditionally typedef'ed to net_ipaddr_t (2015-01-16).