Hi all,
I setup the virtual interface bat0 which embeds wlan0 for my system. As described in the batman-adv README file, I did
# insmod batman-adv.ko and # echo bat0 > /sys/class/net/wlan0/batman_adv/mesh_iface
I can thus enable bat0 interface and start the batman-adv protocol in multihop environment.
However, when I restart the computer, I need to again load the kernel module and start the process from beginning.
I would like to run bat0 interface directly after restarting the computer (like we have it for wlan0 or eth0)
Could you please help me how do I do this?
Thanks in advance
Max