On Friday, March 23, 2012 08:34:18 Andrew Lunn wrote:
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
How about BATMAN_V and BATMAN_IV, so avoiding the need for "" or \ escaping of the space?
Sure, why not.
Regards, Marek