Hi There!
I am using batman for my flat with 6 devices. One of my devices is constantly getting RC builds for testing purpose. Since OpenWRT 24.10 there have been an update for batman / batctl.
With the release version (23.05.X) I am able to get a list of all neighbors with
batctl n
(https://github.com/open-mesh-mirror/batctl?tab=readme-ov-file#batctl-neighbors)
Starting with 24.10.x I am not able to get neighbors or gateways list.
From the documentation, I assume that newer kernels are not build with debugfs?
With debugfs compiled in, you can use batctl to, among others, seeing the following:
- A list of other mesh nodes in the network (originators).
- Lists of none-mesh nodes connected to the network (clients or neighbors).
- A list of available gateways in the network.
- Log messages from the batman-adv module (if debug is compiled into the module).
(Reference: https://www.open-mesh.org/projects/batman-adv/wiki/Using-batctl#Using-batctl-for-debugging)
Is this assumption right or do I miss something?
How can I get neighbor lists working again?
Thank you,
Christian