commit | 38dc40ef52d882e08b2af71fc1b5413ac7009952 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Sat Mar 30 17:22:00 2013 +0100 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed May 29 02:44:54 2013 +0200 |
tree | aaf74d02aeca697d21e9abc23d9a3e705cde50c0 | |
parent | a3b81b67de6ae0475c0c34c552c059f7bea2f520 [diff] |
batman-adv: do not silently ignore wrong condition Only one neigh_node per orig_node should match a given neighbor address, therefore, if more than one matching neigh_node is found, a WARNING has to be triggered to let the user know that something is wrong in the originator state instead of silently skipping the error. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>