From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 7 May 2012 14:43:36 +0800 References: <4FA54C09.6000303@universe-factory.net> <7f84c7e913b9a0c9a22cc19864c6b7d9e2a347de.1336233103.git.mschiffer@universe-factory.net> In-Reply-To: <7f84c7e913b9a0c9a22cc19864c6b7d9e2a347de.1336233103.git.mschiffer@universe-factory.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205071443.37033.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: fix visualization output without neighbors on the primary interface 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 Saturday, May 05, 2012 23:51:53 Matthias Schiffer wrote: > The primary entry and the corresponding secondary entries are missing when > there are no neighbors on the primary interface. This also causes the TT > entries to miss and makes nodes with multiply secondary interface fall > apart since there is no way to see they are related without a primary > entry. > > Fix this by always emitting a primary entry. Applied in revision 73cc762. Thanks, Marek