From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 4 Jul 2011 14:35:40 +0200 References: <1309116139-14238-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1309116139-14238-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.40578.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: aggregation checks should use the primary_if pointer 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 21:22:19 Marek Lindner wrote: > The packet aggregation needs to ensure that only compatible packets > are aggregated. Some of the checks are based on the interface number > while assuming that the first interface also is the primary interface > which is not always the case. > This patch addresses the issue by using the primary_if pointer. Applied in revision 0334223. Regards, Marek