cat /sys/kernel/debug/batman_adv/routing_algos Available routing algorithms: BATMAN IV BATMAN V
To activate B.A.T.M.A.N. V (ELP) you should run the following command *before* adding any interface via batctl:
echo -n "BATMAN V" > /sys/module/batman_adv/parameters/routing_algo
Hi Marek
How about BATMAN_V and BATMAN_IV, so avoiding the need for "" or \ escaping of the space?
Thanks Andrew