Skip to content

Fix offloader molw detection

Lorenz Wenner requested to merge fix-offloader-molw-detection into master

In the hoodselector in function molw_get_bssid() there is now taken care of the case that a vpn-router might not have an entry "selectedbssid.bssid" in its gluon-neighbour-info, e.g. offloaders without any wireless interface. since every node seems to have an entry "mesh.bssid", this one used if the former one is nil.

Merge request reports