1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

cleanup in lsupd.c, indenting, "struct proto" removed...

This commit is contained in:
Ondrej Filip
2004-06-04 21:05:43 +00:00
parent 9b7de4c4d1
commit 6f3203fabf
8 changed files with 308 additions and 277 deletions

View File

@@ -405,7 +405,7 @@ ospf_rt_notify(struct proto *p, net *n, rte *new, rte *old, ea_list *attrs)
ext=en->lsa_body;
if(ipa_compare(ext->netmask, ipa_mkmask(n->n.pxlen))==0)
{
net_flush_lsa(en,po,oa);
ospf_lsupd_flush_nlsa(en,oa);
break;
}
}