Skip to content

Commit

Permalink
T5873: vpn ipsec remote-access: improve child ESP session naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasec committed Jul 22, 2024
1 parent 68b140b commit ca173d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/ipsec/swanctl/remote_access.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ca173d8

Please sign in to comment.