From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 7 Nov 2012 23:41:08 +0800 References: <1352199923-16653-1-git-send-email-ordex@autistici.org> <1352199923-16653-2-git-send-email-ordex@autistici.org> In-Reply-To: <1352199923-16653-2-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201211072341.08972.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 1/5] batman-adv: fix TT packet rerouting 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: b.a.t.m.a.n@lists.open-mesh.org On Tuesday, November 06, 2012 19:05:19 Antonio Quartulli wrote: > When the node checks for a packet to be re-routed or not, first it > should consider whether the destination is a local client. Only after > this check, the node can eventually search the global table. > > This was introduced by ("batman-adv: substitute tt_poss_change with a > per-tt_entry flag") > > Signed-off-by: Antonio Quartulli > --- > routing.c | 31 +++++++++++++++++++++++-------- > 1 file changed, 23 insertions(+), 8 deletions(-) Applied in revision 3bd73df. Thanks, Marek