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

Sending of DBDes. (Checksum and length calculation NOT done.)

This commit is contained in:
Ondrej Filip
2000-03-08 12:50:28 +00:00
parent 839380d7ec
commit 30147b89ff
8 changed files with 94 additions and 15 deletions

View File

@@ -103,6 +103,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
n->options=ps->options;
n->ifa=ifa;
n->adj=0;
n->ldbdes=mb_alloc(p->pool, ifa->iface->mtu);
neigh_chstate(n,NEIGHBOR_DOWN);
install_inactim(n);
}