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.
Actions