From 72b27ea2e0610c2b4a5da5c8e41983d55fcfc37a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 14 Jan 2014 19:37:15 +0100 Subject: [PATCH] gluon-mesh-vpn-fastd: enable secure handshakes --- package/gluon-mesh-vpn-fastd/fastd.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gluon-mesh-vpn-fastd/fastd.pl b/package/gluon-mesh-vpn-fastd/fastd.pl index 962bc1f2..fbd1a030 100644 --- a/package/gluon-mesh-vpn-fastd/fastd.pl +++ b/package/gluon-mesh-vpn-fastd/fastd.pl @@ -33,6 +33,7 @@ uci_set fastd mesh_vpn syslog_level 'verbose' uci_set fastd mesh_vpn interface 'mesh-vpn' uci_set fastd mesh_vpn mode 'tap' uci_set fastd mesh_vpn mtu '$cfg->{mtu}' +uci_set fastd mesh_vpn secure_handshakes '1' uci_remove fastd mesh_vpn method $add_methods