From ce17d4c165cadb09d391e34cda1b796a125ef012 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 9 Mar 2000 22:38:05 +0000 Subject: LSA DB is completely redesigned. Now it should be faster and it needs less memory. --- proto/ospf/neighbor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 1470b83..f348586 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -206,7 +206,9 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) neigh_chstate(n,NEIGHBOR_EXCHANGE); s_init_list(&(n->lsrql)); s_init_list(&(n->lsrtl)); + DBG("OK1\n"); s_init(&(n->dbsi), &(n->ifa->oa->lsal)); + DBG("OK2\n"); ospf_dbdes_tx(n); } break; -- cgit v1.2.3