mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Better LS Ack dumping.
This commit is contained in:
parent
48f5a61f69
commit
26116eac93
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user