Commit 0f1f1623 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Send hello when a network goes up.

parent db60b7ad
...@@ -233,6 +233,7 @@ network_up(struct network *net, int up) ...@@ -233,6 +233,7 @@ network_up(struct network *net, int up)
perror("setsockopt(IPV6_JOIN_GROUP)"); perror("setsockopt(IPV6_JOIN_GROUP)");
/* But don't bail out for now. */ /* But don't bail out for now. */
} }
send_hello(net);
} else { } else {
net->buffered = 0; net->buffered = 0;
net->bufsize = 0; net->bufsize = 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