Bug 66 - improve granularity of GlobalRouteManager::PopulateRoutes
improve granularity of GlobalRouteManager::PopulateRoutes
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: routing
pre-release
All All
: P1 enhancement
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-08-06 00:54 EDT by Tom Henderson
Modified: 2008-11-26 16:52 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2007-08-06 00:54:13 EDT
Mathieu's suggestion to provide a list of nodes that restricts the set of nodes for which PopulateRoutes is invoked:

> / by default, configure routing in _all_ nodes
> >void StaticRouteManager::PopulateRoutes (void);
> >
> >// configure routing in only the nodes
> >// identified by the input interators begin and end.
> >template <typename InputIterator>
> >void StaticRouteManager::PopulateRoutes (InputIterator begin,
> >InputIterator end);

this InputIterator refinement is not yet done.
Comment 1 Tom Henderson 2008-10-23 01:06:18 EDT
there is no way to make global routing only operate on part of a topology