gluon-config-mode-mesh-vpn: fix spelling on comments
Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
parent
eb192ec5b3
commit
7f7f634fa8
@ -50,7 +50,7 @@ return function(form, uci)
|
|||||||
o:depends(limit, true)
|
o:depends(limit, true)
|
||||||
o.default = uci:get("simple-tc", "mesh_vpn", "limit_ingress")
|
o.default = uci:get("simple-tc", "mesh_vpn", "limit_ingress")
|
||||||
if has_tunneldigger then
|
if has_tunneldigger then
|
||||||
-- Check if limit_bw_down exsist if not take value vom limit_ingress
|
-- Check if limit_bw_down exsists. If not, take value from limit_ingress
|
||||||
local limit_bw_down = uci:get("tunneldigger", "mesh_vpn", "limit_bw_down")
|
local limit_bw_down = uci:get("tunneldigger", "mesh_vpn", "limit_bw_down")
|
||||||
if limit_bw_down ~= nil then
|
if limit_bw_down ~= nil then
|
||||||
o.default = limit_bw_down
|
o.default = limit_bw_down
|
||||||
|
Loading…
Reference in New Issue
Block a user