diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-03 03:29:00 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-03 03:29:00 +0200 |
commit | 89d6782dd1a7775a292db3b2b622c8a48dbd757c (patch) | |
tree | 5f5c0a7bc59c95289b3bda941ad3dab78abfe329 /proto/ospf/lsreq.c | |
parent | b36a0a799c751864f65bc3384df301448b54f3bf (diff) | |
download | bird-89d6782dd1a7775a292db3b2b622c8a48dbd757c.tar bird-89d6782dd1a7775a292db3b2b622c8a48dbd757c.zip |
interface {} added.
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r-- | proto/ospf/lsreq.c | 2 |
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)) |