From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 12 Feb 2012 01:20:09 +0800 References: <1807712.xKAsDcUsSn@g10h4cklab> <201202111758.29202.lindner_marek@yahoo.de> <1590796.df4KKcFED8@g10h4cklab> In-Reply-To: <1590796.df4KKcFED8@g10h4cklab> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202120120.10360.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batman openwrt Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking 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