LS ack.
This commit is contained in:
parent
26116eac93
commit
19fc4c763e
1 changed files with 0 additions and 4 deletions
|
@ -98,7 +98,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
|
||||||
op->length=htons(len);
|
op->length=htons(len);
|
||||||
ospf_pkt_finalize(n->ifa, op);
|
ospf_pkt_finalize(n->ifa, op);
|
||||||
DBG("Sending and continueing! Len=%u\n",len);
|
DBG("Sending and continueing! Len=%u\n",len);
|
||||||
/*
|
|
||||||
if(ifa->type==OSPF_IT_BCAST)
|
if(ifa->type==OSPF_IT_BCAST)
|
||||||
{
|
{
|
||||||
if((ifa->state==OSPF_IS_DR)||(ifa->state==OSPF_IS_BACKUP))
|
if((ifa->state==OSPF_IS_DR)||(ifa->state==OSPF_IS_BACKUP))
|
||||||
|
@ -114,7 +113,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
|
||||||
{
|
{
|
||||||
sk_send_to_agt(sk, len, ifa, NEIGHBOR_EXCHANGE);
|
sk_send_to_agt(sk, len, ifa, NEIGHBOR_EXCHANGE);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
fill_ospf_pkt_hdr(n->ifa, pk, LSACK);
|
fill_ospf_pkt_hdr(n->ifa, pk, LSACK);
|
||||||
i=0;
|
i=0;
|
||||||
|
@ -126,7 +124,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
|
||||||
op->length=htons(len);
|
op->length=htons(len);
|
||||||
ospf_pkt_finalize(n->ifa, op);
|
ospf_pkt_finalize(n->ifa, op);
|
||||||
DBG("Sending! Len=%u\n",len);
|
DBG("Sending! Len=%u\n",len);
|
||||||
/*
|
|
||||||
if(ifa->type==OSPF_IT_BCAST)
|
if(ifa->type==OSPF_IT_BCAST)
|
||||||
{
|
{
|
||||||
if((ifa->state==OSPF_IS_DR)||(ifa->state==OSPF_IS_BACKUP))
|
if((ifa->state==OSPF_IS_DR)||(ifa->state==OSPF_IS_BACKUP))
|
||||||
|
@ -142,7 +139,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
|
||||||
{
|
{
|
||||||
sk_send_to_agt(sk, len, ifa, NEIGHBOR_EXCHANGE);
|
sk_send_to_agt(sk, len, ifa, NEIGHBOR_EXCHANGE);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue