Skip to content
Snippets Groups Projects
Commit 827d81aa authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-config-mode-mesh-vpn: fix save() call for traffic limits

It doesn't seem like this mistake had any effect.
parent 19f248c7
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment