Update simple_tc.enabled to bool, removed autoupdater.enabled
This commit is contained in:
parent
bd9181f4f0
commit
3eff9c5da2
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue