diff --git a/CHANGES.html b/CHANGES.html index 62da83d7a..e9b6d7bae 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -85,6 +85,23 @@ was just a pass-through to GetDevice ()->GetMtu ().

+
  • GlobalRouteManager::PopulateRoutingTables () and RecomputeRoutingTables () are deprecated +

    This API has been moved to the helper API and the above functions will +be removed in ns-3.6. The new API is: +

    +Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
    +Ipv4GlobalRoutingHelper::RecomputeRoutingTables ();
    +
    +Additionally, these low-level functions in GlobalRouteManager are now public, +allowing more API flexibility at the low level ns-3 API: +
    +GlobalRouteManager::DeleteGlobalRoutes ();
    +GlobalRouteManager::BuildGlobalRoutingDatabase ();
    +GlobalRouteManager::InitializeRoutes ();
    +
    +

    +
  • +
  • CalcChecksum attribute changes

    Four IPv4 CalcChecksum attributes (which enable the computation of checksums that are disabled by default) have been collapsed into one global