Remove salsa2012+gmac method
All our gateways support UMAC now, so we can drop GMAC support.
This commit is contained in:
parent
fb0dfd9c89
commit
86e5d48637
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue