From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 4 Jul 2011 14:35:04 +0200 References: <1309095099-14532-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1309095099-14532-1-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107041435.04736.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: broadcast primary OGM on all active hard-interfaces 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, June 26, 2011 15:31:39 Marek Lindner wrote: > The primary interface OGM has to be broadcasted on all hard-interfaces > even if the primary interface is not the first interface (if_num = 0). > Therefore the code has to compare the originating interface with the > primary interface instead of checking the if_num. Applied in revision 5ca3283. Thanks, Marek