From: Martin Hundebøll Date: Thu, 5 Jul 2012 09:34:28 +0000 (+0200) Subject: batman-adv: Drop tt queries with foreign dest X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~288^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ee3634dcd1f11624192f72f458bcb5a04e4822;p=pandora-kernel.git batman-adv: Drop tt queries with foreign dest 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. This patch adds a check to drop foreign tt queries. Signed-off-by: Martin Hundebøll Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed