Don't repeat "Sheduling rt calc....."
This commit is contained in:
parent
d6c28f3ada
commit
3df1e80464
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ schedule_rtcalc(struct ospf_area *oa)
|
||||||
struct proto_ospf *po=oa->po;
|
struct proto_ospf *po=oa->po;
|
||||||
struct proto *p=&po->proto;
|
struct proto *p=&po->proto;
|
||||||
|
|
||||||
|
if(oa->calcrt) return;
|
||||||
|
|
||||||
OSPF_TRACE(D_EVENTS, "Scheduling RT calculation for area %I.",
|
OSPF_TRACE(D_EVENTS, "Scheduling RT calculation for area %I.",
|
||||||
oa->areaid);
|
oa->areaid);
|
||||||
oa->calcrt=1;
|
oa->calcrt=1;
|
||||||
|
|
Loading…
Reference in a new issue