Actions
Task #2721
closedNexthopList should be sorted when a NextHop is added
Start date:
04/01/2015
Due date:
% Done:
90%
Estimated time:
Description
Currently, classes that use the NexthopList must be sure to call NexthopList::sort() before use if they need a sorted NexthopList.
Instead, a sort should be performed on each NexthopList::addNextHop call and NexthopList::sort should be made private.
Updated by Vince Lehman over 9 years ago
- Status changed from New to Code review
- % Done changed from 0 to 90
Updated by Nicholas Gordon about 8 years ago
- Target version changed from v0.3.0 to v0.3.1
Updated by Nicholas Gordon almost 8 years ago
- Status changed from Code review to Closed
Actions