]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Better dumping, if I get strange lsack.
authorOndrej Filip <feela@network.cz>
Fri, 2 Jun 2000 11:00:14 +0000 (11:00 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 2 Jun 2000 11:00:14 +0000 (11:00 +0000)
proto/ospf/lsack.c

index 8b6b280c71aed432f02d26c0321e4ee8f79fb786..acbc834c98a96c2ee6443623bce0f2b71086fb83 100644 (file)
@@ -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;
     }