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

lsack.c cleaned. Better names for functions and

DIRECT acks can be sent in one packet now.
This commit is contained in:
Ondrej Filip
2004-06-04 16:30:04 +00:00
parent 28de5133ec
commit c76ba51a5f
6 changed files with 45 additions and 57 deletions

View File

@@ -192,7 +192,7 @@ ospf_rx_hook (sock * sk, int size)
break;
case LSACK_P:
DBG ("%s: Link state ack received.\n", p->name);
ospf_lsack_rx ((struct ospf_lsack_packet *) ps, p, ifa, size);
ospf_lsack_receive((struct ospf_lsack_packet *) ps, p, ifa, size);
break;
default:
log ("%s: Bad packet received: wrong type %u", p->name, ps->type);