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/hello.c | |
parent | b36a0a799c751864f65bc3384df301448b54f3bf (diff) | |
download | bird-89d6782dd1a7775a292db3b2b622c8a48dbd757c.tar bird-89d6782dd1a7775a292db3b2b622c8a48dbd757c.zip |
interface {} added.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index b2594ec..18e1561 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -198,7 +198,7 @@ hello_timer_hook(timer *timer) pkt=(struct ospf_hello_packet *)(ifa->hello_sk->tbuf); op=(struct ospf_packet *)pkt; - fill_ospf_pkt_hdr(ifa, pkt, HELLO); + fill_ospf_pkt_hdr(ifa, pkt, HELLO_P); pkt->netmask=ipa_mkmask(ifa->iface->addr->pxlen); ipa_hton(pkt->netmask); |