From 89d6782dd1a7775a292db3b2b622c8a48dbd757c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 3 Jun 2000 01:29:00 +0000 Subject: interface {} added. --- proto/ospf/lsack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto/ospf/lsack.c') diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index acbc834..eac1748 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -24,7 +24,7 @@ ospf_lsack_direct_tx(struct ospf_neighbor *n,struct ospf_lsa_header *h) pk=(struct ospf_lsack_packet *)sk->tbuf; op=(struct ospf_packet *)sk->tbuf; - fill_ospf_pkt_hdr(n->ifa, pk, LSACK); + fill_ospf_pkt_hdr(n->ifa, pk, LSACK_P); memcpy(pk+1,h,sizeof(struct ospf_lsa_header)); len=sizeof(struct ospf_lsack_packet)+sizeof(struct ospf_lsa_header); @@ -79,7 +79,7 @@ ospf_lsack_delay_tx(struct ospf_neighbor *n) pk=(struct ospf_lsack_packet *)sk->tbuf; op=(struct ospf_packet *)sk->tbuf; - fill_ospf_pkt_hdr(n->ifa, pk, LSACK); + fill_ospf_pkt_hdr(n->ifa, pk, LSACK_P); h=(struct ospf_lsa_header *)(pk+1); while(!EMPTY_LIST(n->ackl)) @@ -116,7 +116,7 @@ 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); + fill_ospf_pkt_hdr(n->ifa, pk, LSACK_P); i=0; } } -- cgit v1.2.3