Age | Commit message (Collapse) | Author |
|
When OSPF neighbor state drops down to EXSTART,
clear LSA request and retransmit lists, as specified
by RFC. I hope that this will prevent oscillations
between EXSTART and LOADING states, which sometimes
happened.
It also contains related fix from Yury Shevchuk that
properly resets DB summary list iterator.
|
|
|
|
|
|
|
|
|
|
|
|
are in single database. This avoids duplication of external LSAs and
fixes bug in external LSA distribution.
|
|
Origination of summary LSA works.
Routing table calculation works.
Virtual links works.
Well, I hope, OSPF is fully compatible with RFC2328!!!!
|
|
Packet receiving clean up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DIRECT acks can be sent in one packet now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks you Harry Moyes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Please note that the only calls which don't add newlines automatically
(i.e., don't print a full line of output) are debug() and DBG().
|
|
|
|
|
|
often. Instead of calculation I just schedule it latter.
|
|
|
|
|
|
|
|
|
|
|
|
improved.
|
|
|
|
|