From 5094d4fc18454e2eedaeca08ab3566e9b1edc42c Mon Sep 17 00:00:00 2001 From: Bastian Date: Sun, 14 Jan 2018 20:52:11 +0100 Subject: [PATCH] Performance mode integrated --- extra/template.conf | 3 ++- site.mk | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/template.conf b/extra/template.conf index 4962e7a..fc4fb2b 100644 --- a/extra/template.conf +++ b/extra/template.conf @@ -54,7 +54,8 @@ ingress = 12000, egress = 1200, }, - methods = {'salsa2012+umac','null'}, + methods = {'salsa2012+umac'}, + configurable = true, mtu = '%MT', groups = { backbone = { diff --git a/site.mk b/site.mk index a030d0c..895b756 100644 --- a/site.mk +++ b/site.mk @@ -16,6 +16,7 @@ GLUON_SITE_PACKAGES := \ gluon-luci-portconfig \ gluon-luci-wifi-config \ gluon-luci-private-wifi \ + gluon-luci-mesh-vpn-fastd \ gluon-next-node \ gluon-mesh-vpn-fastd \ gluon-radvd \