summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsreq.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-03 03:29:00 +0200
committerOndrej Filip <feela@network.cz>2000-06-03 03:29:00 +0200
commit89d6782dd1a7775a292db3b2b622c8a48dbd757c (patch)
tree5f5c0a7bc59c95289b3bda941ad3dab78abfe329 /proto/ospf/lsreq.c
parentb36a0a799c751864f65bc3384df301448b54f3bf (diff)
downloadbird-89d6782dd1a7775a292db3b2b622c8a48dbd757c.tar
bird-89d6782dd1a7775a292db3b2b622c8a48dbd757c.zip
interface {} added.
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r--proto/ospf/lsreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c
index 818aacc..acd36a8 100644
--- a/proto/ospf/lsreq.c
+++ b/proto/ospf/lsreq.c
@@ -23,7 +23,7 @@ ospf_lsreq_tx(struct ospf_neighbor *n)
pk=(struct ospf_lsreq_packet *)n->ifa->ip_sk->tbuf;
op=(struct ospf_packet *)n->ifa->ip_sk->tbuf;
- fill_ospf_pkt_hdr(n->ifa, pk, LSREQ);
+ fill_ospf_pkt_hdr(n->ifa, pk, LSREQ_P);
sn=SHEAD(n->lsrql);
if(EMPTY_SLIST(n->lsrql))