1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Temoporary OSPF commit - socket changes.

This commit is contained in:
Ondrej Zajicek
2010-03-11 18:07:24 +01:00
parent 353729f513
commit e7b76b9760
9 changed files with 114 additions and 77 deletions

View File

@@ -66,7 +66,7 @@ ospf_lsack_send(struct ospf_neighbor *n, int queue)
if (EMPTY_LIST(n->ackl[queue]))
return;
pk = ospf_tx_buffer();
pk = ospf_tx_buffer(ifa);
op = &pk->ospf_packet;
ospf_pkt_fill_hdr(n->ifa, pk, LSACK_P);