From 30147b89ff3a389ad40096505f3d1a5ba1705736 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 8 Mar 2000 12:50:28 +0000 Subject: Sending of DBDes. (Checksum and length calculation NOT done.) --- proto/ospf/neighbor.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index e4277f7..1470b83 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -204,7 +204,10 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) if(n->state==NEIGHBOR_EXSTART) { neigh_chstate(n,NEIGHBOR_EXCHANGE); - /* FIXME Go on... */ + s_init_list(&(n->lsrql)); + s_init_list(&(n->lsrtl)); + s_init(&(n->dbsi), &(n->ifa->oa->lsal)); + ospf_dbdes_tx(n); } break; case INM_EXDONE: -- cgit v1.2.3