mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 05:08:42 +00:00
OSPF: Fix wrong LSA collisions detection
In some circumstances (old LSA flushed but not acknowledged and not removed) origination of a new LSA may wrongly triggers LSA collision code. The patch fixes that. Thanks to Asbjorn Mikkelsen for the bugreport and @mdelagueronniere for the original patch.
This commit is contained in:
parent
8c0b12ac86
commit
98b1486c48
@ -404,6 +404,8 @@ ospf_refresh_lsa(struct ospf_proto *p, struct top_hash_entry *en)
|
||||
void
|
||||
ospf_flush_lsa(struct ospf_proto *p, struct top_hash_entry *en)
|
||||
{
|
||||
en->nf = NULL;
|
||||
|
||||
if (en->next_lsa_body)
|
||||
{
|
||||
mb_free(en->next_lsa_body);
|
||||
|
Loading…
Reference in New Issue
Block a user