Re: [RFC v2 11/19] batman-adv: Add gateway mesh genl configuration

2018-11-24 Thread Sven Eckelmann
On Freitag, 23. November 2018 17:13:51 CET Sven Eckelmann wrote: > + /** @BATADV_GW_MODE_CLIENT: announce itself as gatway server */ > + BATADV_GW_MODE_SERVER, The kernel-doc should actually be for BATADV_GW_MODE_SERVER. [...] > + if (sel_class < 1 || sel_class > sel_cla

[RFC v2 11/19] batman-adv: Add gateway mesh genl configuration

2018-11-23 Thread Sven Eckelmann
The mesh/soft-interface can optimize the handling of DHCP packets. Instead of flooding them through the whole mesh, it can be forwarded as unicast to a specific gateway server. The originator which injects the packets in the mesh has to select (based on sel_class thresholds) a responsible gateway s