summaryrefslogtreecommitdiff
path: root/data/templates/ipsec/swanctl.conf.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-28 20:05:42 +0100
committerGitHub <noreply@github.com>2021-12-28 20:05:42 +0100
commit961ed0f869979f66cb99492545d686ec380689a9 (patch)
tree8643a31cc75b4c0174f06b202205bada3e4b0a90 /data/templates/ipsec/swanctl.conf.tmpl
parent5c5e283f8a964f5bbb3d838d1c0aabdee4e2032b (diff)
parent5e05bfe790035f7d53dede8d76bccb089a186864 (diff)
downloadvyos-1x-961ed0f869979f66cb99492545d686ec380689a9.tar.gz
vyos-1x-961ed0f869979f66cb99492545d686ec380689a9.zip
Merge pull request #1123 from sever-sever/T4111
ipsec: T4111: Fix for swanctl configuration IPV6 peers
Diffstat (limited to 'data/templates/ipsec/swanctl.conf.tmpl')
-rw-r--r--data/templates/ipsec/swanctl.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/ipsec/swanctl.conf.tmpl b/data/templates/ipsec/swanctl.conf.tmpl
index 161f19f95..68b108365 100644
--- a/data/templates/ipsec/swanctl.conf.tmpl
+++ b/data/templates/ipsec/swanctl.conf.tmpl
@@ -57,7 +57,7 @@ secrets {
{% endif %}
{% if site_to_site is defined and site_to_site.peer is defined %}
{% for peer, peer_conf in site_to_site.peer.items() if peer not in dhcp_no_address and peer_conf.disable is not defined %}
-{% set peer_name = peer.replace(".", "-").replace("@", "") %}
+{% set peer_name = peer.replace("@", "") | dot_colon_to_dash %}
{% if peer_conf.authentication.mode == 'pre-shared-secret' %}
ike_{{ peer_name }} {
{% if peer_conf.local_address is defined %}