From 75ce2c895ec101398126585888498c8afef1b449 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 16 Jan 2015 10:02:50 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80c05fdfc56..791549d3d6c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9425,3 +9425,9 @@ (2015-01-15). * net/utils/net_ipv6_maskcmp.c: Add missing implementation of net_ipv6_maskcmp() (2015-01-15). + * Networking: Drivers can have both IPv4 and IPv6 addesses, but a + socket can only only one or the other; The socket connnection + 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). +