Just to be sure, that rt calculation cannot start beforeorigination of rt LSA.

This commit is contained in:
Ondrej Filip 2000-06-04 17:51:52 +00:00
parent 83e50ffc47
commit 102e3e0e02

View file

@ -50,6 +50,8 @@ ospf_rt_spfa(struct ospf_area *oa)
debug("%s: Starting routing table calculation for area %I\n",p->name,
oa->areaid);
if(oa->rt==NULL) return;
WALK_SLIST(SNODE en, oa->lsal)
{
en->color=OUTSPF;