From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 16 Jul 2012 11:58:36 +0200 References: <1341480868-25908-1-git-send-email-martin@hundeboll.net> <1341480868-25908-2-git-send-email-martin@hundeboll.net> In-Reply-To: <1341480868-25908-2-git-send-email-martin@hundeboll.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201207161158.37207.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Drop tt queries with foreign dest 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, July 05, 2012 11:34:28 Martin Hundeb=C3=B8ll wrote: > When enabling promiscuous mode, tt queries for other hosts might be > received. Before this patch, "foreign" tt queries were processed like > any other query and thus forwarded to its destination again and thereby > causing a loop. >=20 > This patch adds a check to drop foreign tt queries. >=20 > Signed-off-by: Martin Hundeb=C3=B8ll > --- > routing.c | 18 +++--------------- > 1 file changed, 3 insertions(+), 15 deletions(-) Applied in revision 2b7b639. Thanks, Marek