]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Minor bugfix in calculation of external routes.
authorOndrej Filip <feela@network.cz>
Thu, 15 Jul 2004 16:42:06 +0000 (16:42 +0000)
committerOndrej Filip <feela@network.cz>
Thu, 15 Jul 2004 16:42:06 +0000 (16:42 +0000)
proto/ospf/rt.c

index a6db9ca494dcc23a96ecd79f75b9bba6a5b2df4a..a65fe64a1fea6fd284f5412962acdd2ea02fa41f 100644 (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;