From 47515154bb39f99795531816b83c328e8a83e908 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sat, 8 Apr 2017 10:39:04 +0200 Subject: [PATCH] add mtu in the sswan profile --- roles/vpn/templates/sswan.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/vpn/templates/sswan.j2 b/roles/vpn/templates/sswan.j2 index 1c2a87a..4fa4fb8 100644 --- a/roles/vpn/templates/sswan.j2 +++ b/roles/vpn/templates/sswan.j2 @@ -1,11 +1,12 @@ { "uuid": "{{ 600000 | random | to_uuid }}", - "name": "Algo VPN {{ IP_subject_alt_name }}", + "name": "Algo {{ IP_subject_alt_name }}", "type": "ikev2-cert", "remote": { "addr": "{{ IP_subject_alt_name }}" }, "local": { "p12": "{{ item.1.stdout }}" - } + }, + "mtu": 1280 }