From 73af020e8fc3b2fbd0d2ee13a3f53ff09e213dbe Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 6 Nov 2015 03:42:10 +0100 Subject: [PATCH] Update bandwidth limit config syntax --- extra/ffmuc.conf | 13 +++++-------- extra/ffmuc_umland.conf | 13 +++++-------- extra/ffmuc_welcome.conf | 13 +++++-------- site.conf | 13 +++++-------- 4 files changed, 20 insertions(+), 32 deletions(-) diff --git a/extra/ffmuc.conf b/extra/ffmuc.conf index 5ce8129..82be554 100644 --- a/extra/ffmuc.conf +++ b/extra/ffmuc.conf @@ -124,6 +124,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -163,13 +168,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 diff --git a/extra/ffmuc_umland.conf b/extra/ffmuc_umland.conf index 22cd0a6..f78c15f 100644 --- a/extra/ffmuc_umland.conf +++ b/extra/ffmuc_umland.conf @@ -103,6 +103,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -142,13 +147,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 diff --git a/extra/ffmuc_welcome.conf b/extra/ffmuc_welcome.conf index 5e7610d..3e176cf 100644 --- a/extra/ffmuc_welcome.conf +++ b/extra/ffmuc_welcome.conf @@ -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 diff --git a/site.conf b/site.conf index 5ce8129..82be554 100644 --- a/site.conf +++ b/site.conf @@ -124,6 +124,11 @@ }, }, }, + bandwidth_limit = { + enabled = false, + egress = 1500, + ingress = 12000, + }, }, autoupdater = { @@ -163,13 +168,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