From: Ondrej Filip Date: Thu, 15 Jul 2004 16:42:06 +0000 (+0000) Subject: Minor bugfix in calculation of external routes. X-Git-Tag: v1.2.0~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e8d862b7952419e6050230cf154d244a5bae51;p=thirdparty%2Fbird.git Minor bugfix in calculation of external routes. --- diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index a6db9ca49..a65fe64a1 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -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;