equal
deleted
inserted
replaced
63 'src/stats'. For users of these programs (the statistics-processing |
63 'src/stats'. For users of these programs (the statistics-processing |
64 in average.h, or the gnuplot support), the main change is likely to be |
64 in average.h, or the gnuplot support), the main change is likely to be |
65 replacing the inclusion of "tools-module.h" with "stats-module.h". |
65 replacing the inclusion of "tools-module.h" with "stats-module.h". |
66 Users of the event garbage collector, previously in tools, will now |
66 Users of the event garbage collector, previously in tools, will now |
67 include it from the core module. |
67 include it from the core module. |
|
68 </li> |
|
69 <li> The Ipv6 UnicastForwardCallback and MulticastForwardCallback |
|
70 have a new parmater, the NetDevice the packet has been received from. |
|
71 Existing Ipv6RoutingProtocols should update their RouteInput function |
|
72 accordingly. E.g., from ucb (rtentry, p, header); to ucb (idev, rtentry, p, header); |
68 </li> |
73 </li> |
69 </ul> |
74 </ul> |
70 |
75 |
71 <h2>Changes to build system:</h2> |
76 <h2>Changes to build system:</h2> |
72 <ul> |
77 <ul> |