Don't inform us about every ospf_age()
This commit is contained in:
parent
16c2d48d8f
commit
35fdf4b6a2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ospf_age(struct ospf_area *oa)
|
||||||
int flush = can_flush_lsa(oa);
|
int flush = can_flush_lsa(oa);
|
||||||
int cleanup = (oa->rt && (oa->rt->dist != LSINFINITY));
|
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)
|
WALK_SLIST_DELSAFE(en, nxt, oa->lsal)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue