From b49f043827b2fbd97bfe19cc1964ac90f5408e45 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 2 Jul 2009 05:38:33 -0700 Subject: [PATCH] document global routing API changes --- CHANGES.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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