mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-11 17:08:46 +00:00
Don't repeat "Sheduling rt calc....."
This commit is contained in:
parent
d6c28f3ada
commit
3df1e80464
@ -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…
x
Reference in New Issue
Block a user