diff options
author | Ondrej Filip <feela@network.cz> | 2000-09-04 21:21:34 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-09-04 21:21:34 +0000 |
commit | 52fa3e386948b13b928ff9be778a7de62a00ceb3 (patch) | |
tree | b4425e655feead48abe69b2c96dfb975c1af64f5 /proto/ospf/rt.c | |
parent | b02e40111ea8d97bf1c3bfa25970ee0d828cd7bc (diff) |
Fixed many bugs in rt calculation and interface adding. Now it seems to be
OK, I'm going to advertise 1.0.4.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r-- | proto/ospf/rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 39e84bd7..aeb9a944 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -400,7 +400,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */ if((nn=neigh_find(p,<->fwaddr,0))!=NULL) { - nnh=IPA_NONE; + nnh=lt->fwaddr; nnhi=nn->iface; } else |