document global routing API changes
authorTom Henderson <tomh@tomh.org>
Thu, 02 Jul 2009 05:38:33 -0700
changeset 4635 b40170d32073
parent 4634 46687cc0acb6
child 4643 7b341f78ce82
document global routing API changes
CHANGES.html
--- a/CHANGES.html	Wed Jul 01 23:08:07 2009 -0700
+++ b/CHANGES.html	Thu Jul 02 05:38:33 2009 -0700
@@ -85,6 +85,23 @@
   </p>
 </li>
 
+<li><b>GlobalRouteManager::PopulateRoutingTables () and RecomputeRoutingTables () are deprecated </b>
+  <p>This API has been moved to the helper API and the above functions will
+be removed in ns-3.6.  The new API is:
+<pre>
+Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
+Ipv4GlobalRoutingHelper::RecomputeRoutingTables ();
+</pre>
+Additionally, these low-level functions in GlobalRouteManager are now public,
+allowing more API flexibility at the low level ns-3 API:
+<pre>
+GlobalRouteManager::DeleteGlobalRoutes ();
+GlobalRouteManager::BuildGlobalRoutingDatabase ();
+GlobalRouteManager::InitializeRoutes ();
+</pre>
+  </p>
+</li>
+
 <li><b>CalcChecksum attribute changes</b>
   <p>Four IPv4 CalcChecksum attributes (which enable the computation of 
 checksums that are disabled by default) have been collapsed into one global