Add possibility to configure the null ciper for fastd
This commit is contained in:
parent
fe0624a5df
commit
465360663f
|
@ -56,7 +56,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
fastd_mesh_vpn = {
|
fastd_mesh_vpn = {
|
||||||
methods = {'salsa2012+umac','salsa2012+gmac'},
|
methods = {'salsa2012+umac'},
|
||||||
|
configurable = true,
|
||||||
mtu = 1280,
|
mtu = 1280,
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
|
1
site.mk
1
site.mk
|
@ -12,6 +12,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
gluon-luci-admin \
|
gluon-luci-admin \
|
||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
|
gluon-luci-mesh-vpn-fastd \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
gluon-luci-wifi-config \
|
gluon-luci-wifi-config \
|
||||||
|
|
Loading…
Reference in New Issue