Hi, I had an issue that the mesh-daemon local node never responded to friend requests from a low-power node. After some debugging, I found that the net_key_id passed to the ctl_received function was always uninitialized. It seems like the wrong variable was passed to the function. Following patch changes to the correct variable. I tried it with these changes and I can create a friendship with the mesh-daemon again. Isak Westin (0): mesh: Use correct net_id for received CTL messages mesh/net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.20.1