4ca67dcca5
For simplicity, we don't use different MTUs for compat 14 and 15 anymore, there's no harm in using 1532 for batman-adv-legacy as well.
4 lines
143 B
Lua
4 lines
143 B
Lua
if need_table('mesh', nil, false) and need_table('mesh.batman_adv', nil, false) then
|
|
need_number('mesh.batman_adv.gw_sel_class', false)
|
|
end
|