gluon-config-mode-mesh-vpn: fix save() call for traffic limits
It doesn't seem like this mistake had any effect.
This commit is contained in:
parent
19f248c755
commit
827d81aab3
@ -56,7 +56,7 @@ function M.handle(data)
|
||||
uci:set("simple-tc", "mesh_vpn", "limit_egress", data._limit_egress:trim())
|
||||
end
|
||||
|
||||
uci:commit("simple-tc")
|
||||
uci:save("simple-tc")
|
||||
uci:commit("simple-tc")
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user