New trace added.
This commit is contained in:
parent
b78696282d
commit
025b0e856a
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ ospf_age(struct ospf_area *oa)
|
||||||
struct top_hash_entry *en,*nxt;
|
struct top_hash_entry *en,*nxt;
|
||||||
int flush=can_flush_lsa(oa);
|
int flush=can_flush_lsa(oa);
|
||||||
|
|
||||||
|
OSPF_TRACE(D_EVENTS, "Running ospf_age");
|
||||||
|
|
||||||
WALK_SLIST_DELSAFE(en,nxt,oa->lsal)
|
WALK_SLIST_DELSAFE(en,nxt,oa->lsal)
|
||||||
{
|
{
|
||||||
if(oa->calcrt)
|
if(oa->calcrt)
|
||||||
|
|
Loading…
Reference in a new issue