summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsack.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-18 22:34:19 +0200
committerOndrej Filip <feela@network.cz>2000-04-18 22:34:19 +0200
commit26116eac93b51c503f5448d9f583847a51bef68d (patch)
tree397375205f354fb57f72565db764f7698bf6825a /proto/ospf/lsack.c
parent48f5a61f694faceb7cdc41e291f0da9411000c45 (diff)
downloadbird-26116eac93b51c503f5448d9f583847a51bef68d.tar
bird-26116eac93b51c503f5448d9f583847a51bef68d.zip
Better LS Ack dumping.
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r--proto/ospf/lsack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c
index f95caf5..27cd49e 100644
--- a/proto/ospf/lsack.c
+++ b/proto/ospf/lsack.c
@@ -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;