From 8888b06b53ccc51a28f8f92f2baccc31cd71cec1 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Tue, 26 Jul 2016 14:32:09 +0200 Subject: [PATCH] Add possibility to configure the null ciper for fastd --- site.conf | 3 ++- site.mk | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/site.conf b/site.conf index 57070ca..81ff878 100644 --- a/site.conf +++ b/site.conf @@ -56,7 +56,8 @@ }, fastd_mesh_vpn = { - methods = {'salsa2012+umac','salsa2012+gmac'}, + methods = {'salsa2012+umac'}, + configurable = true, mtu = 1280, groups = { backbone = { diff --git a/site.mk b/site.mk index b810679..cf8aaab 100644 --- a/site.mk +++ b/site.mk @@ -12,6 +12,7 @@ GLUON_SITE_PACKAGES := \ gluon-ebtables-filter-ra-dhcp \ gluon-luci-admin \ gluon-luci-autoupdater \ + gluon-luci-mesh-vpn-fastd \ gluon-luci-portconfig \ gluon-luci-private-wifi \ gluon-luci-wifi-config \