Minor bugfix in calculation of external routes.
This commit is contained in:
parent
86c84d76b7
commit
28e8d862b7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue