Delete _all_ ext routes from unreachable neighbor.

This commit is contained in:
Ondrej Filip 2000-05-31 14:52:22 +00:00
parent 528932368a
commit 9a04d0307e

View file

@ -318,7 +318,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
}
}
}
if(absr==NULL) continue;
if((absr==NULL)||(absr->dist==LSINFINITY)) continue;
if(ipa_compare(lt->fwaddr,ipa_from_u32(0))==0)
{