summaryrefslogtreecommitdiff
path: root/data/templates/ipsec/ipsec.conf.tmpl
blob: 0f7131dffd700855cd02a524dbd5d2b149e42241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by VyOS - manual changes will be overwritten

config setup
{% set charondebug = '' %}
{% if log.subsystem is vyos_defined %}
{%   set subsystem = log.subsystem %}
{%   if 'any' in log.subsystem %}
{%     set subsystem = ['dmn', 'mgr', 'ike', 'chd','job', 'cfg', 'knl', 'net', 'asn',
                        'enc', 'lib', 'esp', 'tls', 'tnc', 'imc', 'imv', 'pts'] %}
{%   endif %}
{%   set charondebug = subsystem | join (' ' ~ log.level ~ ', ') ~ ' ' ~ log.level %}
{% endif %}
    charondebug = "{{ charondebug }}"
    uniqueids = {{ "no" if disable_uniqreqids is vyos_defined else "yes" }}

{%  if include_ipsec_conf is vyos_defined %}
include {{ include_ipsec_conf }}
{%  endif %}