diff options
author | Ondrej Filip <feela@network.cz> | 2000-03-08 13:50:28 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-03-08 13:50:28 +0100 |
commit | 30147b89ff3a389ad40096505f3d1a5ba1705736 (patch) | |
tree | b9acec9a51e54221c54de8061609689aa87c000f /proto/ospf/hello.c | |
parent | 839380d7ecd133531ead2403c6dbc74950dad13c (diff) | |
download | bird-30147b89ff3a389ad40096505f3d1a5ba1705736.tar bird-30147b89ff3a389ad40096505f3d1a5ba1705736.zip |
Sending of DBDes. (Checksum and length calculation NOT done.)
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 6186807..e3b8168 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); } |