batman-adv: only drop packets of known wifi clients
authorMarek Lindner <lindner_marek@yahoo.de>
Wed, 20 Jun 2012 15:16:05 +0000 (17:16 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sat, 23 Jun 2012 15:21:11 +0000 (17:21 +0200)
commit5870adc68fc39d81089f1e80efdf64b97e5c37a1
treed2a8c916e3f483cdb4c3aa4e82cef2479e55e674
parenta18e08bdcf845efb7344cea146e683df746bbfb4
batman-adv: only drop packets of known wifi clients

bug introduced with 59b699cdee039d75915c354da06937102d1f9a84

If the source or destination mac address of an ethernet packet
could not be found in the translation table the packet was
dropped if AP isolation was turned on. This behavior would
make it impossible to send broadcast packets over the mesh as
the broadcast address will never enter the translation table.

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