mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Merge commit 'c404f4b968b69a2c5c1975d04abf7474891d5656' into integrated
This commit is contained in:
commit
7e2b6eaf43
@ -454,7 +454,7 @@ ospf_lsupd_flood(struct proto_ospf *po, struct top_hash_entry *en, struct ospf_n
|
||||
{
|
||||
s_rem_node(SNODE req);
|
||||
ospf_hash_delete(n->lsrqh, req);
|
||||
if (EMPTY_SLIST(n->lsrql))
|
||||
if ((EMPTY_SLIST(n->lsrql)) && (n->state == NEIGHBOR_LOADING))
|
||||
ospf_neigh_sm(n, INM_LOADDONE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user