summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-30 21:37:26 +0200
committerOndrej Filip <feela@network.cz>2000-03-30 21:37:26 +0200
commit95eb1dba3ffe810bd876546ca4580af3bccdf181 (patch)
treea261bb6bda3830a80c2990d7b8634eca6a1e8fa6 /proto/ospf/neighbor.c
parent76915ec9798a2c067ef05c6fb94cea58af12128e (diff)
downloadbird-95eb1dba3ffe810bd876546ca4580af3bccdf181.tar
bird-95eb1dba3ffe810bd876546ca4580af3bccdf181.zip
Add hashing to link state request list.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r--proto/ospf/neighbor.c1
1 files changed, 1 insertions, 0 deletions
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));