commit | f65431380428c3cb8eb5c0a0ac93debc30717a3f | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Tue Nov 04 13:37:29 2008 +0000 |
committer | Paul Jakma <paul@quagga.net> | Thu Jun 25 12:23:27 2009 +0100 |
tree | 343c4b39fa516c0fc3a0640c9a8f9536c5b21d5f | |
parent | dc26699a80eb7b40fb1c9026496cde2b80bf1335 [diff] |
[ospfd] Fix a few LSA performance "bugs" ospf_lsa_install() will calculate LSA checksum so no need to do it before calling ospf_lsa_install(). Set the OSPF_LSA_SELF_CHECKED flag on own LSA's to save ospf_lsa_is_self_originated() some work. Do not memset() memory that is about to overwritten with memcpy().