Sven Eckelmann 0d86d08be9 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: Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-07-06 15:36:23 +02:00
2014-11-03 13:17:00 +01:00
2015-01-08 20:52:42 +01:00
2016-02-16 10:58:40 +01:00
2014-11-03 13:17:00 +01:00
2015-01-23 14:19:48 +01:00
2016-07-01 11:05:27 +02:00
2016-02-06 04:55:29 +01:00
2014-11-03 13:17:00 +01:00
2015-07-02 20:54:27 +02:00
2014-11-03 13:17:00 +01:00
2016-06-07 11:20:36 +02:00
2016-06-07 11:20:36 +02:00
2016-06-07 11:20:36 +02:00

This is an OpenWrt package feed containing community maintained routing packages.

To use these packages, add the following line to the feeds.conf
in the OpenWrt buildroot:

  src-git routing git://github.com/openwrt-routing/packages.git
  
Update the feed:

  ./scripts/feeds update routing
  
Activate the package:

  ./scripts/feeds install -a -p routing
  
The routing packages should now appear in menuconfig.


Description
OpenWrt Routing Packages
Readme 4.6 MiB
Languages
Shell 34.9%
Makefile 32.6%
Lua 15.9%
C 14.8%
HTML 1.8%