mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Merge branch 'master' into int-new-channels
This commit is contained in:
@@ -278,7 +278,7 @@ ospf_originate_lsa(struct ospf_proto *p, struct ospf_new_lsa *lsa)
|
||||
if (!SNODE_VALID(en))
|
||||
s_add_tail(&p->lsal, SNODE en);
|
||||
|
||||
if (en->lsa_body == NULL)
|
||||
if (!en->nf || !en->lsa_body)
|
||||
en->nf = lsa->nf;
|
||||
|
||||
if (en->nf != lsa->nf)
|
||||
|
Reference in New Issue
Block a user