Actions
Bug #1772
closedRIB manager incorrectly sets lifetime 1hours for app self-registrations
Start date:
07/17/2014
Due date:
% Done:
100%
Estimated time:
Description
This is not exactly problem of RIB manager. ControlCommand applyDefaults is called after FaceId is updated in onValidatedcommand. Thid caused incorrect processing, as RibREGISTRATIONcommand uses face=0 to determine whether to set infinite lifetime or 1hour lifetime for the entry.
Given changes in RIB management, we can do some hack for the current release.
Updated by Junxiao Shi over 10 years ago
- Description updated (diff)
RibMgmt now defines ExpirationPeriod to be Infinity if omitted, so applyDefaults
should be updated to reflect that.
Updated by Alex Afanasyev over 10 years ago
It should, but is it version 0.2.0 or the next version?
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 50
Fix for the 0.2.0 release finished. Master branch will have different fix.
Updated by Alex Afanasyev over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 50 to 100
Actions