mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
New trace added.
This commit is contained in:
parent
b78696282d
commit
025b0e856a
@ -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 New Issue
Block a user