diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-01-13 19:52:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 19:52:58 +0100 |
| commit | 4663c59ac956f33ecadc7f2ebf0c9c7b5de9c8a2 (patch) | |
| tree | 858c1e443aabcaef216aaecb072011199957b7ee /data/templates/ipsec | |
| parent | 8a83a976b775d4f24138ee5fff8dcb602789904d (diff) | |
| parent | 5e8307bf3a7f816193ca9da8cb290d57bbb375f2 (diff) | |
| download | vyos-1x-4663c59ac956f33ecadc7f2ebf0c9c7b5de9c8a2.tar.gz vyos-1x-4663c59ac956f33ecadc7f2ebf0c9c7b5de9c8a2.zip | |
Merge pull request #4217 from aapostoliuk/T2326-circinus
nhrp: T2326: NHRP migration to FRR
Diffstat (limited to 'data/templates/ipsec')
| -rw-r--r-- | data/templates/ipsec/swanctl/profile.j2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/templates/ipsec/swanctl/profile.j2 b/data/templates/ipsec/swanctl/profile.j2 index 8519a84f8..6a04b038a 100644 --- a/data/templates/ipsec/swanctl/profile.j2 +++ b/data/templates/ipsec/swanctl/profile.j2 @@ -22,16 +22,16 @@ } {% endif %} children { - dmvpn { + dmvpn-{{ name }}-{{ interface }}-child { esp_proposals = {{ esp | get_esp_ike_cipher(ike) | join(',') }} rekey_time = {{ esp.lifetime }}s rand_time = 540s local_ts = dynamic[gre] remote_ts = dynamic[gre] mode = {{ esp.mode }} -{% if ike.dead_peer_detection.action is vyos_defined %} - dpd_action = {{ ike.dead_peer_detection.action }} -{% endif %} + dpd_action = clear + close_action = none + start_action = none {% if esp.compression is vyos_defined('enable') %} ipcomp = yes {% endif %} |
