On 07/28/2013 09:39 PM, cmsv wrote:
Is this change going to be in efect with current openwrt AA and batman-adv 2013.3.0 or still optional ?
Aw, sorry for the confusion, bad timing :( batman-adv 2013.3.0 is already released, and this particular patch is still a pull request , so: no, this is still just an idea. batman-adv 2013.3.0 has no config style changes AFAIK
# cat /etc/config/network config interface 'bat0' option proto 'batmesh' option ifname 'bat0' option ap_isolation '1' option gw_mode 'server'
config interface 'mesh0' option ifname 'eth2' option proto 'batadv' option mesh 'bat0'
also valid for all previous /etc/config/batman-adv available options or just the ones you wrote here?
Yes, all available options as of today. This was just a short example :)