Update simple_tc.enabled to bool, removed autoupdater.enabled

This commit is contained in:
Jan-Philipp Litza 2014-07-21 21:45:26 +02:00
parent bd9181f4f0
commit 3eff9c5da2
1 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,6 @@
}, },
autoupdater = { autoupdater = {
enabled = 1,
branch = 'nightly', branch = 'nightly',
branches = { branches = {
nightly = { nightly = {
@ -92,7 +91,7 @@
simple_tc = { simple_tc = {
mesh_vpn = { mesh_vpn = {
ifname = "mesh-vpn", ifname = "mesh-vpn",
enabled = 1, enabled = true,
limit_egress = 500, limit_egress = 500,
limit_ingress = 8000, limit_ingress = 8000,
}, },