Hi, I have Mikrotik AP with WDS interfaces. Librenms can see wds interfaces. I need not discovery wds interfaces. I tried with
unset($config[‘device_traffic_iftype’]);
$config[‘device_traffic_iftype’][] = ‘/other/’;
unset($config[‘device_traffic_descr’]);
$config[‘device_traffic_descr’][] = ‘/wds/’;
But not works.