1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
This commit is contained in:
Ondrej Filip
2000-06-07 22:10:46 +00:00
parent 351feeb514
commit d5e4b51865
5 changed files with 28 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
len=sizeof(struct ospf_lsack_packet)+i*sizeof(struct ospf_lsa_header);
op->length=htons(len);
ospf_pkt_finalize(n->ifa, op);
DBG("Sending and continueing! Len=%u\n",len);
DBG("Sending and continuing! Len=%u\n",len);
if(ifa->type==OSPF_IT_BCAST)
{
if((ifa->state==OSPF_IS_DR)||(ifa->state==OSPF_IS_BACKUP))
@@ -151,8 +151,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
}
}
void
ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p,
struct ospf_iface *ifa, u16 size)