From 7985df93635d68f3b7a1ada55e95a0e1eca27bb0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Feb 2015 13:47:16 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19d253fe7a..ab27944963 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9622,3 +9622,8 @@ closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters (2015-02-01). + * net/icmpv6/icmpv6_neighbor.c, icmpv6_notify.c (and other files): Adds + basic logic to support verification that we have the IPv6 address in + the Neighbor Table. This feature is important because otherwise the + first packet sent to a remote peer will fail (it will be replaced + with a Neighbor Solicitation) (2015-01-02).