diff options
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 8cc308a0..cefc125e 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -149,6 +149,7 @@ ospf_rx_hook(sock *sk, int size) break; case LSACK: DBG("%s: Link state ack received.\n", p->name); + ospf_lsack_rx((struct ospf_lsack_packet *)ps, p, ifa, size); break; default: log("%s: Bad packet received: wrong type %u", p->name, ps->type); |