1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

LSack receiving bugfix.

This commit is contained in:
Ondrej Filip
2000-04-12 15:37:52 +00:00
parent 4bf41ac8b1
commit ebff007f08
2 changed files with 6 additions and 3 deletions

View File

@@ -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);