Hello,
I would like to know does mesh stack supports relaying net_key configuaration messages.
To describe this situation/concept better: I would like to create, say managment network, where every node would be provisioned etc, and then using it create subnet's by sending bt_mesh_cfg_net_key_add to specific nodes, so that they would use this net_key to send their data, and the case is that, some of the nodes can be out of config_cli range, and as it is a configuration message it would still be relayed or maybe it's not allowed due to some security problems, and it would be a waste of time trying to implement this.
Thanks for any thoughts on that.