commit | 6a020ab452d38b3878903de931c162429072a7d7 | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Sun Jun 26 15:26:18 2011 +0200 |
committer | Marek Lindner <lindner_marek@yahoo.de> | Tue Jul 05 14:28:54 2011 +0200 |
tree | 4ab894a1b36943b6b4ea83e715e68391f2484c16 | |
parent | ff66c975d5e412817f8122012760e852b4571b5e [diff] |
batman-adv: broadcast primary OGM on all active hard-interfaces The primary interface OGM has to be broadcasted on all hard-interfaces even if the primary interface is not the first interface (if_num = 0). Therefore the code has to compare the originating interface with the primary interface instead of checking the if_num. Reported-by: Linus Luessing <linus.luessing@web.de> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>