fastd: support salsa2012+umac in addition to salsa2012+gmac, prefer umac
This commit is contained in:
parent
c1c2d7ae1c
commit
6175fde037
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
|
||||
fastd_mesh_vpn = {
|
||||
methods = {'salsa2012+gmac'},
|
||||
methods = {'salsa2012+umac', 'salsa2012+gmac'},
|
||||
mtu = 1426,
|
||||
backbone = {
|
||||
limit = 2,
|
||||
|
|
Loading…
Reference in a new issue