|
Bugzilla – Full Text Bug Listing |
| Summary: | improve granularity of GlobalRouteManager::PopulateRoutes | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | routing | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | craigdo, ns-bugs |
| Priority: | P1 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
there is no way to make global routing only operate on part of a topology |
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.