CHANGES.html
changeset 9849 b3ec74c99612
parent 9845 ef943f320ea6
child 9892 91a40fb09b58
--- a/CHANGES.html	Wed Jun 19 09:10:31 2013 +0200
+++ b/CHANGES.html	Wed Jun 19 09:21:39 2013 +0200
@@ -66,6 +66,11 @@
   Users of the event garbage collector, previously in tools, will now 
   include it from the core module.
   </li>
+  <li> The Ipv6 UnicastForwardCallback and  MulticastForwardCallback 
+  have a new parmater, the NetDevice the packet has been received from.
+  Existing Ipv6RoutingProtocols should update their RouteInput function
+  accordingly. E.g., from ucb (rtentry, p, header); to ucb (idev, rtentry, p, header);
+  </li>
 </ul>
 
 <h2>Changes to build system:</h2>