Change simple_tc enabled type from integer to boolean
This commit is contained in:
parent
8591c656c4
commit
9a4112e4c3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
simple_tc = {
|
simple_tc = {
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
ifname = 'mesh-vpn',
|
ifname = 'mesh-vpn',
|
||||||
enabled = 0,
|
enabled = false,
|
||||||
limit_egress = 200,
|
limit_egress = 200,
|
||||||
limit_ingress = 3000,
|
limit_ingress = 3000,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue