From 19fc4c763e745d56c8d80d04d6813766c1cfa04a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 18 Apr 2000 21:13:56 +0000 Subject: LS ack. --- proto/ospf/lsack.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proto/ospf/lsack.c') diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index 27cd49e..4bbdda6 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -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); } - */ } -- cgit v1.2.3