mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +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.metric1 = met1;
|
||||
nfa.metric2 = met2;
|
||||
nfa.oa = NULL;
|
||||
nfa.oa = po->backbone;
|
||||
nfa.ar = nf1->n.ar;
|
||||
nfa.nh = nh;
|
||||
nfa.ifa = nhi;
|
||||
|
Loading…
Reference in New Issue
Block a user