0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00

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) if(ipa_compare(lt->fwaddr,ipa_from_u32(0))==0)
{ {