summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsreq.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 15:56:47 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 15:56:47 +0200
commit5f743d969739d6dca12b51561baac3131e160429 (patch)
tree8cf14d3cfc9b5ee4e67f669a980fe038899c868a /proto/ospf/lsreq.c
parent5d608eba1636e307624300fdd47b9024be92d39a (diff)
downloadbird-5f743d969739d6dca12b51561baac3131e160429.tar
bird-5f743d969739d6dca12b51561baac3131e160429.zip
Many bugfixes. Actually, how could this ever work? :-)
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r--proto/ospf/lsreq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c
index 580fd1d..85d6e39 100644
--- a/proto/ospf/lsreq.c
+++ b/proto/ospf/lsreq.c
@@ -119,6 +119,8 @@ ospf_lsreq_rx(struct ospf_lsreq_packet *ps, struct proto *p,
if(ospf_hash_find(n->ifa->oa->gr, llsh->lsh.id, llsh->lsh.rt,
llsh->lsh.type)==NULL)
{
+ debug("Received bad LS req from: %I looking: RT: %I, ID: %I, Type: %u",
+ n->ip, lsh->rt, lsh->id, lsh->type);
ospf_neigh_sm(n,INM_BADLSREQ);
rfree(upslab);
return;