summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsack.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-18 23:13:56 +0200
committerOndrej Filip <feela@network.cz>2000-04-18 23:13:56 +0200
commit19fc4c763e745d56c8d80d04d6813766c1cfa04a (patch)
tree2144c9edb5ea96226fc746b6d88ca0dea38bbe22 /proto/ospf/lsack.c
parent26116eac93b51c503f5448d9f583847a51bef68d (diff)
downloadbird-19fc4c763e745d56c8d80d04d6813766c1cfa04a.tar
bird-19fc4c763e745d56c8d80d04d6813766c1cfa04a.zip
LS ack.
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r--proto/ospf/lsack.c4
1 files changed, 0 insertions, 4 deletions
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);
}
- */
}