Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batman-adv: only drop packets of known wifi clients
commit 5870adc upstream. bug introduced with 59b699c 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> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
- Loading branch information