mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Don't inform us about every ospf_age()
This commit is contained in:
@@ -46,7 +46,7 @@ ospf_age(struct ospf_area *oa)
|
||||
int flush = can_flush_lsa(oa);
|
||||
int cleanup = (oa->rt && (oa->rt->dist != LSINFINITY));
|
||||
|
||||
OSPF_TRACE(D_EVENTS, "Running ospf_age");
|
||||
if (cleanup) OSPF_TRACE(D_EVENTS, "Running ospf_age cleanup");
|
||||
|
||||
WALK_SLIST_DELSAFE(en, nxt, oa->lsal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user