summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-07-15 18:42:06 +0200
committerOndrej Filip <feela@network.cz>2004-07-15 18:42:06 +0200
commit28e8d862b7952419e6050230cf154d244a5bae51 (patch)
tree253b8ce9b317cbab160ba12b55fa3fa651e487d3 /proto
parent86c84d76b706e77ec5977a3c9e300b0fca9f6b10 (diff)
downloadbird-28e8d862b7952419e6050230cf154d244a5bae51.tar
bird-28e8d862b7952419e6050230cf154d244a5bae51.zip
Minor bugfix in calculation of external routes.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index a6db9ca..a65fe64 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;