mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-11 17:08:46 +00:00
Minor bugfix in calculation of external routes.
This commit is contained in:
parent
86c84d76b7
commit
28e8d862b7
@ -731,7 +731,7 @@ ospf_ext_spf(struct proto_ospf *po)
|
|||||||
nfa.capa = 0;
|
nfa.capa = 0;
|
||||||
nfa.metric1 = met1;
|
nfa.metric1 = met1;
|
||||||
nfa.metric2 = met2;
|
nfa.metric2 = met2;
|
||||||
nfa.oa = NULL;
|
nfa.oa = po->backbone;
|
||||||
nfa.ar = nf1->n.ar;
|
nfa.ar = nf1->n.ar;
|
||||||
nfa.nh = nh;
|
nfa.nh = nh;
|
||||||
nfa.ifa = nhi;
|
nfa.ifa = nhi;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user