[Ns-bugs] [Bug 587] ListRoutingProtocol priority handling buggy
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Wed Jun 10 02:46:56 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=587
--- Comment #2 from Mathieu Lacage <mathieu.lacage at sophia.inria.fr> 2009-06-10 05:46:56 EDT ---
I should point out that if this is not a bug (which I think I sort of could
understand), then, the bug is in
Ipv4ListRoutingImpl::GetRoutingProtocol:
priority = (*rprotoIter).first;
should be instead:
priority = -(*rprotoIter).first;
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list