diff options
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index 61868075..e3b81683 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -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); } |