Commit 375998a0 authored by Matthieu Boutier's avatar Matthieu Boutier Committed by Juliusz Chroboczek

Remove incorrect handling of link-local addresses in network_up.

parent a38ee880
......@@ -331,7 +331,6 @@ network_up(struct network *net, int up)
for(i = 0; i < rc; i++)
memcpy(net->ll[i], ll[i].prefix, 16);
net->numll = rc;
memcpy(net->ll, ll, rc * 16);
}
}
set_timeout(&net->hello_timeout, net->hello_interval);
......
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