summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-02 13:00:14 +0200
committerOndrej Filip <feela@network.cz>2000-06-02 13:00:14 +0200
commit7a5582ac0045b80274de3183eca9b71eb52f2e6b (patch)
tree30391824f2a24a4b4da8afb202b7aea8e3644179 /proto
parent3488634cba08aeda19a733f7c76aef7a54a4e0ec (diff)
downloadbird-7a5582ac0045b80274de3183eca9b71eb52f2e6b.tar
bird-7a5582ac0045b80274de3183eca9b71eb52f2e6b.zip
Better dumping, if I get strange lsack.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/lsack.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c
index 8b6b280..acbc834 100644
--- a/proto/ospf/lsack.c
+++ b/proto/ospf/lsack.c
@@ -195,9 +195,10 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p,
debug("%s: Strange LS acknoledgement from %I\n",p->name,n->ip);
debug("%s: Id: %I, Rt: %I, Type: %u\n",p->name,lsa.id,lsa.rt,lsa.type);
- debug("%s: I have: Age: %4u, Seqno: 0x%08x\n",p->name,en->lsa.age,
- en->lsa.sn);
- debug("%s: He has: Age: %4u, Seqno: 0x%08x\n",p->name,lsa.age,lsa.sn);
+ debug("%s: I have: Age: %4u, Seqno: 0x%08x, Sum: %u\n",
+ p->name, en->lsa.age, en->lsa.sn, en->lsa.checksum);
+ debug("%s: He has: Age: %4u, Seqno: 0x%08x, Sum: %u\n",
+ p->name,lsa.age,lsa.sn,en->lsa.checksum);
continue;
}