gluon-mesh-batman-adv: validate mesh_on_wan option

This commit is contained in:
Matthias Schiffer 2014-07-16 16:44:33 +02:00
parent e2d9bd5160
commit ce37755488
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ 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')
end
need_boolean('mesh_on_wan', false)