From 6175fde0372ac26c73bbf9c22f0def789d0e5a50 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 17 Nov 2014 03:30:11 +0100 Subject: [PATCH] fastd: support salsa2012+umac in addition to salsa2012+gmac, prefer umac --- site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.conf b/site.conf index ce59e7c..c501b8a 100644 --- a/site.conf +++ b/site.conf @@ -36,7 +36,7 @@ }, fastd_mesh_vpn = { - methods = {'salsa2012+gmac'}, + methods = {'salsa2012+umac', 'salsa2012+gmac'}, mtu = 1426, backbone = { limit = 2,