summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorLucas Christian <lucas@lucasec.com>2024-07-07 03:19:02 -0700
committerLucas Christian <lucas@lucasec.com>2024-07-26 18:26:30 -0700
commit50cf1746d3ab5e3666a3e502c67d7d853ae7f932 (patch)
treec93c7ea1d0daaa464c37e2a8479b5727305d86ae /data/templates
parent404b641121d3f5f7686b6ad75236ff64b0733cf9 (diff)
downloadvyos-1x-50cf1746d3ab5e3666a3e502c67d7d853ae7f932.tar.gz
vyos-1x-50cf1746d3ab5e3666a3e502c67d7d853ae7f932.zip
T5873: vpn ipsec remote-access: improve child ESP session naming
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/ipsec/swanctl/remote_access.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/ipsec/swanctl/remote_access.j2 b/data/templates/ipsec/swanctl/remote_access.j2
index a3b61f781..c79f292b4 100644
--- a/data/templates/ipsec/swanctl/remote_access.j2
+++ b/data/templates/ipsec/swanctl/remote_access.j2
@@ -46,7 +46,7 @@
{% endif %}
}
children {
- ikev2-vpn {
+ {{ name }}-client {
esp_proposals = {{ esp | get_esp_ike_cipher(ike) | join(',') }}
{% if esp.life_bytes is vyos_defined %}
life_bytes = {{ esp.life_bytes }}