add mtu in the sswan profile

This commit is contained in:
Jack Ivanov 2017-04-08 10:39:04 +02:00
parent 7214f41cfc
commit 47515154bb

View file

@ -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
}