Bug 66 - improve granularity of GlobalRouteManager::PopulateRoutes
: improve granularity of GlobalRouteManager::PopulateRoutes
Status: RESOLVED FIXED
: ns-3
routing
: pre-release
: All All
: P1 enhancement
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-08-06 00:54 EDT by
Modified: 2008-11-26 16:52 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 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 From 2008-10-23 01:06:18 EDT -------
there is no way to make global routing only operate on part of a topology