mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Bugfix in external routes calculation.
This commit is contained in:
parent
7048461df1
commit
f9625e9aca
@ -453,6 +453,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
|
||||
if((neigh=find_neigh_noifa(po,absr->lsa.rt))==NULL)
|
||||
{
|
||||
DBG("Cannot find neighbor\n");
|
||||
nf->metric=LSINFINITY; /* delete this route */
|
||||
continue;
|
||||
}
|
||||
nn=neigh_find(p,&neigh->ip,0);
|
||||
|
Loading…
Reference in New Issue
Block a user