diff options
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 27e2782..2d307b5 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -41,6 +41,8 @@ ospf_age(struct ospf_area *oa) struct top_hash_entry *en,*nxt; int flush=can_flush_lsa(oa); + OSPF_TRACE(D_EVENTS, "Running ospf_age"); + WALK_SLIST_DELSAFE(en,nxt,oa->lsal) { if(oa->calcrt) |