From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 16 Feb 2012 14:35:34 +0800 References: <1328830902-11574-1-git-send-email-ordex@autistici.org> <201202102232.01329.lindner_marek@yahoo.de> <20120215194707.GB29190@ritirata.org> In-Reply-To: <20120215194707.GB29190@ritirata.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202161435.34586.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv5 7/9] batman-adv: Distributed ARP Table - add compile option 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 Thursday, February 16, 2012 03:47:08 Antonio Quartulli wrote: > On Fri, Feb 10, 2012 at 10:32:00PM +0800, Marek Lindner wrote: > > On Friday, February 10, 2012 07:41:40 Antonio Quartulli wrote: > > > @@ -23,6 +23,8 @@ > > > > > > export CONFIG_BATMAN_ADV_DEBUG=n > > > # B.A.T.M.A.N. bridge loop avoidance: > > > export CONFIG_BATMAN_ADV_BLA=y > > > > > > +# B.A.T.M.A.N. distributed ARP table: > > > +export CONFIG_BATMAN_ADV_DAT=n > > > > > > > > Any particular reason why you wish to disable it by default ? > > It's a new (read experimental) feature. I don't want people that just > upgrade their batman-adv package to get this new code without having been > asked :-) > > This is the only reason for being off by default. But if you think we > should push people to test it....then ok :) I can switch it to true! It is a feature most people will benefit from. Of course it has to work! :) IMHO the compile time option is for those that want a "slim" batman-adv. Regards, Marek