]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Better LS Ack dumping.
authorOndrej Filip <feela@network.cz>
Tue, 18 Apr 2000 20:34:19 +0000 (20:34 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 18 Apr 2000 20:34:19 +0000 (20:34 +0000)
proto/ospf/lsack.c

index f95caf52176d03c0c97bc3bd8f75da36292d096c..27cd49e8fef44c3a1b05d58c84e975ab65412101 100644 (file)
@@ -17,7 +17,8 @@ ospf_lsack_direct_tx(struct ospf_neighbor *n,struct ospf_lsa_header *h)
   sock *sk=n->ifa->ip_sk;
   u16 len;
 
-  DBG("Sending direct ACK to %I\n",n->rid);
+  DBG("Sending direct ACK to %I for Type: %u, ID: %I, RT: %I\n",n->rid,
+    h->type, ntohl(h->id), ntohl(h->rt));
 
   pk=(struct ospf_lsack_packet *)sk->tbuf;
   op=(struct ospf_packet *)sk->tbuf;