summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-21 07:46:26 +0100
committerGitHub <noreply@github.com>2021-11-21 07:46:26 +0100
commitcbd9102ebee55d5c34006ecdfd366bccd14cfd26 (patch)
tree7c52da03f8e8e7140ef778075dd5cf01a7d0981e /data
parent82ea3b4f3c12023ce17f1062785b6238f457673d (diff)
parentd75403f78aef06356c6b6c20acdf6b932b02dd66 (diff)
downloadvyos-1x-cbd9102ebee55d5c34006ecdfd366bccd14cfd26.tar.gz
vyos-1x-cbd9102ebee55d5c34006ecdfd366bccd14cfd26.zip
Merge pull request #1074 from sever-sever/T4010
dmvpn: T4010: Fix template ipsec profile rekey_time
Diffstat (limited to 'data')
-rw-r--r--data/templates/ipsec/swanctl/profile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/ipsec/swanctl/profile.tmpl b/data/templates/ipsec/swanctl/profile.tmpl
index 948dd8f87..a5cae31c0 100644
--- a/data/templates/ipsec/swanctl/profile.tmpl
+++ b/data/templates/ipsec/swanctl/profile.tmpl
@@ -7,7 +7,7 @@
dmvpn-{{ name }}-{{ interface }} {
proposals = {{ ike_group[profile_conf.ike_group] | get_esp_ike_cipher | join(',') }}
version = {{ ike.key_exchange[4:] if ike is defined and ike.key_exchange is defined else "0" }}
- life_time = {{ ike.lifetime }}s
+ rekey_time = {{ ike.lifetime }}s
keyingtries = 0
{% if profile_conf.authentication is defined and profile_conf.authentication.mode is defined and profile_conf.authentication.mode == 'pre-shared-secret' %}
local {