Add possibility to configure the null ciper for fastd

This commit is contained in:
Jan-Philipp Litza 2016-07-26 14:32:09 +02:00
parent fe0624a5df
commit 465360663f
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,8 @@
},
fastd_mesh_vpn = {
methods = {'salsa2012+umac','salsa2012+gmac'},
methods = {'salsa2012+umac'},
configurable = true,
mtu = 1280,
groups = {
backbone = {

View File

@ -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 \