]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
batman-adv: make is_my_mac() check for the current mesh only
authorAntonio Quartulli <ordex@autistici.org>
Wed, 3 Apr 2013 17:10:26 +0000 (19:10 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 17 Apr 2013 20:31:22 +0000 (22:31 +0200)
commitfe8a93b95145c66adf196eea4a919dfe0b7c57db
treee7251d3c966129aaba6366ca35a74a3d8b4f014a
parent361cd29cf9363505c2a35bbf9a034a22feebfb07
batman-adv: make is_my_mac() check for the current mesh only

On a multi-mesh node (a node running more than one batman-adv
virtual interface) batadv_is_my_mac() has to check MAC
addresses of hard interfaces belonging to the current mesh
only.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/main.c
net/batman-adv/main.h
net/batman-adv/routing.c
net/batman-adv/translation-table.c
net/batman-adv/vis.c