]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
LS ack.
authorOndrej Filip <feela@network.cz>
Tue, 18 Apr 2000 21:13:56 +0000 (21:13 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 18 Apr 2000 21:13:56 +0000 (21:13 +0000)
proto/ospf/lsack.c

index 27cd49e8fef44c3a1b05d58c84e975ab65412101..4bbdda63b5486cfc0fb47c99579dd70a9f9fc3b3 100644 (file)
@@ -98,7 +98,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
        op->length=htons(len);
        ospf_pkt_finalize(n->ifa, op);
        DBG("Sending and continueing! Len=%u\n",len);
-       /*
         if(ifa->type==OSPF_IT_BCAST)
        {
           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);
        }
-       */
 
        fill_ospf_pkt_hdr(n->ifa, pk, LSACK);
        i=0;
@@ -126,7 +124,6 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n)
   op->length=htons(len);
   ospf_pkt_finalize(n->ifa, op);
   DBG("Sending! Len=%u\n",len);
-  /*
   if(ifa->type==OSPF_IT_BCAST)
   {
     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);
   }
-  */
 }