Delete _all_ ext routes from unreachable neighbor.
This commit is contained in:
parent
528932368a
commit
9a04d0307e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue