From: Marek Lindner Date: Mon, 9 Aug 2010 21:56:41 +0000 (+0200) Subject: Staging: batman-adv: always reply batman icmp packets with primary mac X-Git-Tag: v2.6.36-rc3~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a23bce7bc9cac85eab1b958e922b2c472ab8fd;p=pandora-kernel.git Staging: batman-adv: always reply batman icmp packets with primary mac When receiving an batman icmp echo request or in case of a time-to-live exceeded batman would reply with the mac address of the outgoing interface which might be a secondary interface. Because secondary interfaces are not globally known this might lead to confusion. Now, replies are sent with the mac address of the primary interface. Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed