Merge pull request #361 from do9xe/master
gluon-mesh-batman-adv-core: fix the data types in the check_site.lua
This commit is contained in:
commit
cbbe6948bc
@ -8,8 +8,8 @@ for _, config in ipairs({'wifi24', 'wifi5'}) do
|
||||
need_string_match(config .. '.mesh_bssid', '^%x[02468aAcCeE]:%x%x:%x%x:%x%x:%x%x:%x%x$')
|
||||
need_number(config .. '.mesh_mcast_rate')
|
||||
need_number(config .. '.mesh_vlan', false)
|
||||
need_number(config .. '.client_disabled', false)
|
||||
need_number(config .. '.mesh_disabled', false)
|
||||
need_boolean(config .. '.client_disabled', false)
|
||||
need_boolean(config .. '.mesh_disabled', false)
|
||||
end
|
||||
|
||||
need_boolean('mesh_on_wan', false)
|
||||
|
Loading…
Reference in New Issue
Block a user