Update bandwidth limit config syntax

This commit is contained in:
Franz Pletz
2015-11-06 03:42:10 +01:00
parent 3388a7cad5
commit 73af020e8f
4 changed files with 20 additions and 32 deletions

View File

@@ -96,6 +96,11 @@
},
},
},
bandwidth_limit = {
enabled = false,
egress = 1500,
ingress = 12000,
},
},
autoupdater = {
@@ -135,13 +140,5 @@
},
},
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 1200,
limit_ingress = 12000,
},
},
}
-- vim: set ft=lua:ts=2:sw=2:et