Actions
Bug #2323
closedSequencingManager::splittSequenceNo does not copy all bits for Name LSA
Start date:
12/23/2014
Due date:
% Done:
100%
Estimated time:
Description
In SequencingManager::splittSequenceNo, the bitmask 0xFFFFF (5 Fs) is used to copy the Name LSA sequence number.
The Name LSA sequence number is 24 bits, so the bitmask 0xFFFFFF (6 Fs) should be used instead.
Updated by Vince Lehman almost 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Alex Afanasyev almost 10 years ago
Btw. Is it defined somewhere that two of the values are 20 bits and third one is 24? If not, it has to be clearly documented somewhere.
Updated by Vince Lehman almost 10 years ago
Alex Afanasyev wrote:
Btw. Is it defined somewhere that two of the values are 20 bits and third one is 24? If not, it has to be clearly documented somewhere.
I can't find anywhere on the wiki where it's mentioned, so I've created a page for LSA information.
Updated by Vince Lehman almost 10 years ago
- Status changed from Code review to Closed
Actions