From a03b5cd3e382d457db63aae8b323c661101abdb5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Feb 2015 15:43:13 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index af42f785cc..8be4f4b634 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9649,3 +9649,8 @@ (2015-02-03). * arch/arm/src/efm32/efm32_rtc_burtc.c: Remove a misbehaving assertion. From Pierre-noel Bouteville (2015-02-03). + * net/icmpv6: Implemented the ICMPv6 Autonomous Auto-Configuration + logic. This is an IPv6 alternative to DHCP. It obtains the IPv6 + addresses and masks using ICMPv6 Router Solicitation and + Advertisement messages (2015-02-03). +