blob: 6550ea419fd81b3d3acf3912ea1b6a73be19cc5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by VyOS - manual changes will be overwritten
config setup
charondebug = "{{ charondebug }}"
uniqueids = {{ "no" if disable_uniqreqids is defined else "yes" }}
{% if include_ipsec_conf is defined %}
include {{ include_ipsec_conf }}
{% endif %}
{% if delim_ipsec_l2tp_begin is defined %}
{{delim_ipsec_l2tp_begin}}
include {{ipsec_ra_conn_file}}
{{delim_ipsec_l2tp_end}}
{% endif %}
|