[Ns-bugs] [Bug 66] New: improve granularity of GlobalRouteManager::PopulateRoutes
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Sun Aug 5 21:54:14 PDT 2007
http://www.nsnam.org/bugzilla/show_bug.cgi?id=66
Summary: improve granularity of
GlobalRouteManager::PopulateRoutes
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: routing
AssignedTo: ns-bugs at isi.edu
ReportedBy: tomh at tomh.org
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.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list