Actions
Bug #393
closedbatadv-vis: dmesg deprecation warnings
Start date:
06/19/2019
Due date:
% Done:
0%
Estimated time:
Description
Every UPDATE_INTERVAL (10 seconds) batadv-vis creates a warning like the following for each interface:
[ 775.385966] batman_adv: [Deprecated]: batadv-vis (pid 3251) Use of sysfs file "iface_status".
[ 775.385966] Use batadv genl family instead
[ 785.389259] batman_adv: [Deprecated]: batadv-vis (pid 3251) Use of sysfs file "mesh_iface".
[ 785.389259] Use batadv genl family instead
It seems that register_interfaces() in vis.c was not updated to use netlink to query "iface_status" and "mesh_iface" yet.
The issue is present when using batman-adv v2019.2.
Actions