On Sunday, February 12, 2012 00:51:53 Gioacchino Mazzurco wrote:
root@OpenWrt:~# cat /etc/config/batman-adv
config 'mesh' 'bat0' option 'fragmentation' '1' option 'gw_mode' 'client' list 'interfaces' 'clients' list 'interfaces' 'nmeshwifi0'
Are you sure this configuration ever worked ?
The default config looks like this:
config 'mesh' 'bat0' option 'interfaces' 'mesh' option 'aggregated_ogms' option 'ap_isolation' option 'bonding' option 'fragmentation' option 'gw_bandwidth' option 'gw_mode' option 'gw_sel_class' option 'log_level' option 'orig_interval' option 'vis_mode'
# yet another batX instance # config 'mesh' 'bat5' # option 'interfaces' 'second_mesh'
Pay close attention to the "interfaces" option - it is not a list and never was.
Regards, Marek