diff options
author | Marek Lindner <mareklindner@neomailbox.ch> | 2015-08-06 10:38:54 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-12-07 22:40:21 +0800 |
commit | 4c71895830dd66fb9d3331ab27481a777d2a9202 (patch) | |
tree | 93b60ce88987cd44b1bad6d277f2ada152d90c7b /net/l2tp | |
parent | a6cb390940b622eb0893519a54989222234f7c4b (diff) | |
download | linux-next-4c71895830dd66fb9d3331ab27481a777d2a9202.tar.gz |
batman-adv: fix erroneous client entry duplicate detection
The translation table implementation, namely batadv_compare_tt(),
is used to compare two client entries and deciding if they are the
holding the same information. Each client entry is identified by
its mac address and its VLAN id (VID).
Consequently, batadv_compare_tt() has to not only compare the mac
addresses but also the VIDs.
Without this fix adding a new client entry that possesses the same
mac address as another client but operates on a different VID will
fail because both client entries will considered identical.
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/l2tp')
0 files changed, 0 insertions, 0 deletions