From: Linus Lüssing Date: Mon, 7 Feb 2011 00:14:40 +0000 (+0000) Subject: batman-adv: Disallow originator addressing within mesh layer X-Git-Tag: v2.6.39-rc1~468^2~373^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3878f1f075470990d9c2418b53f31694e774f743;p=pandora-kernel.git batman-adv: Disallow originator addressing within mesh layer For a host in the mesh network, the batman layer should be transparent. However, we had one exception, data packets within the mesh network which have the same destination as a originator are being routed to that node, although there is no host that node's bat0 interface and therefore gets dropped anyway. This commit removes this exception. Signed-off-by: Linus Lüssing Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed