Commit 1a66c3fb authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix message type when sending unicast requests.

parent 338474a0
......@@ -525,7 +525,7 @@ send_unicast_request(struct neighbour *neigh,
prefix ? format_prefix(prefix, plen) : "any",
hop_count);
buf[0] = 1;
buf[0] = 2;
if(prefix) {
buf[1] = plen;
buf[2] = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment