static-ip: use correct mesh vpn id

This commit is contained in:
Maciej Krüger 2021-12-17 15:28:55 +01:00 committed by Alexander List
parent c5ec42b5e8
commit 7854d9b2dd

View File

@ -88,7 +88,7 @@ end
-- TODO: get actual enabled value from options
apply_network('mesh_wan', nil, 10)
apply_network('mesh_lan', nil, 11)
apply_network('mesh_vpn', nil, 12)
apply_network('mesh_vpn', nil, 7)
uci:save('gluon-static-ip')
uci:save('network')