From: Marek Lindner Date: Mon, 9 Aug 2010 21:56:40 +0000 (+0200) Subject: Staging: batman-adv: fix batman icmp originating from secondary interface X-Git-Tag: v2.6.36-rc3~38^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13334d4875dbaeeb44e7905463f07e236f80311f;p=pandora-kernel.git Staging: batman-adv: fix batman icmp originating from secondary interface If a batman icmp packet had to be routed over a secondary interface at the first hop, the mac address of that secondary interface would be written in the 'orig' field of the icmp packet. A node which is more than one hop away is not aware of the mac address because secondary interfaces are not flooded through the whole mesh and therefore can't send a reply. This patch always sends the mac address of the primary interface in the 'orig' field of the icmp packet. Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed