On Fri, Mar 23, 2012 at 07:34:18AM +0100, 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
Hi Marek
How about BATMAN_V and BATMAN_IV, so avoiding the need for "" or \ escaping of the space?
I agree :) Spaces are baaaad (and ugly :P (and error prone))! I already imagine a number of people trying to change protocol without using quotes.
Cheers,
p.s. Marek thank you very much for your work