diff --git a/site.conf b/site.conf index 2f93f7d..84ec547 100644 --- a/site.conf +++ b/site.conf @@ -50,11 +50,19 @@ ip6 = 'fda0:747e:ab29:7405::1', mac = '04:74:05:d0:4f:aa', }, + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, fastd_mesh_vpn = { methods = { + 'null', 'salsa2012+umac', 'salsa2012+gmac' }, + configurable = true, + enabled = true, mtu = 1312, groups = { backbone = { @@ -104,6 +112,11 @@ }, } }, + bandwidth_limit = { + enabled = false, + egress = 200, + ingress = 3000, + }, }, autoupdater = { enabled = true, @@ -173,12 +186,4 @@ 'service', }, }, - simple_tc = { - mesh_vpn = { - ifname = 'mesh-vpn', - enabled = false, - limit_egress = 300, - limit_ingress = 5000, - }, - }, }