Minor bugfix in calculation of external routes.

This commit is contained in:
Ondrej Filip 2004-07-15 16:42:06 +00:00
parent 86c84d76b7
commit 28e8d862b7

View file

@ -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;