From 910e557b47f52bf38aa923a69249670d71befc02 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 29 Mar 2000 17:18:06 +0000 Subject: Many changes in dbdes sending & receiving. EXDONE caused. --- proto/ospf/neighbor.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 3f9b0eb..d08e58c 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -163,7 +163,7 @@ tryadj(struct ospf_neighbor *n, struct proto *p) n->myimms.bit.ms=1; n->myimms.bit.m=1; n->myimms.bit.i=1; - tm_start(n->ifa->rxmt_timer,1); /* Or some other number ? */ + tm_start(n->rxmt_timer,1); /* Or some other number ? */ } void @@ -210,10 +210,12 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) s_init_list(&(n->lsrql)); s_init_list(&(n->lsrtl)); s_init(&(n->dbsi), &(n->ifa->oa->lsal)); - ospf_dbdes_tx(n); + /*ospf_dbdes_tx(n);*/ } break; case INM_EXDONE: + neigh_chstate(n,NEIGHBOR_LOADING); + /* FIXME Go on */ break; case INM_LOADDONE: break; -- cgit v1.2.3