From 95eb1dba3ffe810bd876546ca4580af3bccdf181 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 30 Mar 2000 19:37:26 +0000 Subject: Add hashing to link state request list. --- proto/ospf/neighbor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 0f4bbcf..b072623 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -208,6 +208,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) { neigh_chstate(n,NEIGHBOR_EXCHANGE); s_init_list(&(n->lsrql)); + n->lsrqh=ospf_top_new(n->ifa->proto); s_init_list(&(n->lsrtl)); s_init(&(n->dbsi), &(n->ifa->oa->lsal)); s_init(&(n->lsrqi), &(n->lsrql)); -- cgit v1.2.3