From 6d2b32114feadb283cb988daa7ed80142aa8c4d1 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 30 Mar 2000 00:18:59 +0000 Subject: LSreq initial work. --- proto/ospf/neighbor.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index d08e58c..0f4bbcf 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -210,8 +210,11 @@ 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)); + s_init(&(n->lsrqi), &(n->lsrql)); + tm_start(n->lsrr_timer,n->ifa->rxmtint); /*ospf_dbdes_tx(n);*/ } + else die("NEGDONE and I'm not in EXSTART?\n"); break; case INM_EXDONE: neigh_chstate(n,NEIGHBOR_LOADING); -- cgit v1.2.3