summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsack.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-08 00:10:46 +0200
committerOndrej Filip <feela@network.cz>2000-06-08 00:10:46 +0200
commitd5e4b51865c9532a9b886e942d30bb64dc87a675 (patch)
treef902439e1c1fe55b37c1fbf06da010f05a603b6a /proto/ospf/lsack.c
parent351feeb51472602c83ec847f1feba10d68a5d57b (diff)
downloadbird-d5e4b51865c9532a9b886e942d30bb64dc87a675.tar
bird-d5e4b51865c9532a9b886e942d30bb64dc87a675.zip
Doc
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r--proto/ospf/lsack.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c
index f04b430..51183dd 100644
--- a/proto/ospf/lsack.c
+++ b/proto/ospf/lsack.c
@@ -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)