Remove salsa2012+gmac method

All our gateways support UMAC now, so we can drop GMAC support.
This commit is contained in:
Matthias Schiffer 2015-01-08 20:24:08 +01:00
parent fb0dfd9c89
commit 86e5d48637

View file

@ -36,7 +36,7 @@
}, },
fastd_mesh_vpn = { fastd_mesh_vpn = {
methods = {'salsa2012+umac', 'salsa2012+gmac'}, methods = {'salsa2012+umac'},
mtu = 1426, mtu = 1426,
backbone = { backbone = {
limit = 2, limit = 2,