summaryrefslogtreecommitdiff
path: root/data/templates/ipsec/swanctl
diff options
context:
space:
mode:
authorViacheslav <v.gletenko@vyos.io>2021-11-18 20:05:27 +0000
committerViacheslav <v.gletenko@vyos.io>2021-11-18 20:05:27 +0000
commitd75403f78aef06356c6b6c20acdf6b932b02dd66 (patch)
treeed50f729f09604e66bfac768f3608db3ac9aff2d /data/templates/ipsec/swanctl
parentce28a28b5bda2bf654eab4c291898835de1418d0 (diff)
downloadvyos-1x-d75403f78aef06356c6b6c20acdf6b932b02dd66.tar.gz
vyos-1x-d75403f78aef06356c6b6c20acdf6b932b02dd66.zip
dmvpn: T4010: Fix template ipsec profile rekey_time
Diffstat (limited to 'data/templates/ipsec/swanctl')
-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 {