mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +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 *p=&po->proto;
|
||||
|
||||
if(oa->calcrt) return;
|
||||
|
||||
OSPF_TRACE(D_EVENTS, "Scheduling RT calculation for area %I.",
|
||||
oa->areaid);
|
||||
oa->calcrt=1;
|
||||
|
Loading…
Reference in New Issue
Block a user