Just to be sure, that rt calculation cannot start beforeorigination of rt LSA.
This commit is contained in:
parent
83e50ffc47
commit
102e3e0e02
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ ospf_rt_spfa(struct ospf_area *oa)
|
||||||
debug("%s: Starting routing table calculation for area %I\n",p->name,
|
debug("%s: Starting routing table calculation for area %I\n",p->name,
|
||||||
oa->areaid);
|
oa->areaid);
|
||||||
|
|
||||||
|
if(oa->rt==NULL) return;
|
||||||
|
|
||||||
WALK_SLIST(SNODE en, oa->lsal)
|
WALK_SLIST(SNODE en, oa->lsal)
|
||||||
{
|
{
|
||||||
en->color=OUTSPF;
|
en->color=OUTSPF;
|
||||||
|
|
Loading…
Reference in a new issue