Fixes vlinks for OSPFv2.
This commit is contained in:
parent
29bfbae793
commit
ba39197c11
1 changed files with 6 additions and 1 deletions
|
@ -473,7 +473,12 @@ link_back(struct ospf_area *oa, struct top_hash_entry *en, struct top_hash_entry
|
||||||
tmp = ospf_hash_find(po->gr, oa->areaid, rtl->nif, rtl->id, LSA_T_NET);
|
tmp = ospf_hash_find(po->gr, oa->areaid, rtl->nif, rtl->id, LSA_T_NET);
|
||||||
#endif
|
#endif
|
||||||
if (tmp == par)
|
if (tmp == par)
|
||||||
|
{
|
||||||
|
#ifdef OSPFv2
|
||||||
|
fol->lb = ipa_from_u32(rtl->data);
|
||||||
|
#endif
|
||||||
return 1;
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case LSART_VLNK:
|
case LSART_VLNK:
|
||||||
|
|
Loading…
Reference in a new issue