Skip to content
Snippets Groups Projects
Commit 93fe2750 authored by Sven Eckelmann's avatar Sven Eckelmann
Browse files

batman-adv: Fix speedy join in gateway client mode


Speedy join only works when the received packet is either broadcast or an
4addr unicast packet. Thus packets converted from broadcast to unicast via
the gateway handling code have to be converted to 4addr packets to allow
the receiving gateway server to add the sender address as temporary entry
to the translation table.

Not doing it will make the batman-adv gateway server drop the DHCP response
in many situations because it doesn't yet have the TT entry for the
destination of the DHCP response.

Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent fa04fff8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment