On Thursday, April 04, 2013 01:10:26 Antonio Quartulli wrote:
In a multi-mesh node (a node running more than one batman 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
I think this is worth being merged into maint. Being a fix, it should be sent to net.
Cheers,
main.c | 5 ++++- main.h | 2 +- network-coding.c | 12 ++++++------ routing.c | 38 ++++++++++++++++++++------------------ translation-table.c | 2 +- vis.c | 4 ++-- 6 files changed, 34 insertions(+), 29 deletions(-)
Backported and applied on maint in revision 647d23f.
Thanks, Marek