Bug 66

Summary: improve granularity of GlobalRouteManager::PopulateRoutes
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: routingAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: enhancement CC: craigdo, ns-bugs
Priority: P1    
Version: pre-release   
Hardware: All   
OS: All   

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