mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Better LSA Aging.
This commit is contained in:
parent
3ce8c61000
commit
2eac33f774
@ -29,7 +29,7 @@ ospf_age(struct ospf_area *oa)
|
||||
if(en->lsa.age==LSA_MAXAGE)
|
||||
{
|
||||
if(flush) flush_lsa(en,oa);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
if((en->lsa.rt==p->cf->global->router_id)&&(en->lsa.age>LSREFRESHTIME))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user