summaryrefslogtreecommitdiff
path: root/data/templates/ipsec/ipsec.conf.j2
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-15 19:03:27 +0100
committerGitHub <noreply@github.com>2023-02-15 19:03:27 +0100
commit63dfe01db5fb60031cf5b4b017a2f172166fe4b7 (patch)
treec358249d37f06dca5733547b096e4ab557dc3463 /data/templates/ipsec/ipsec.conf.j2
parentc4d26a3aaca68d0014ce65d97184f7ce6258d6df (diff)
parent45b16864b11ea49087ce4a279e2c0e741a97c0ee (diff)
downloadvyos-1x-63dfe01db5fb60031cf5b4b017a2f172166fe4b7.tar.gz
vyos-1x-63dfe01db5fb60031cf5b4b017a2f172166fe4b7.zip
Merge pull request #1821 from sarthurdev/ipsec
ipsec: T4593: Migrate and remove legacy `include-ipsec` nodes
Diffstat (limited to 'data/templates/ipsec/ipsec.conf.j2')
-rw-r--r--data/templates/ipsec/ipsec.conf.j219
1 files changed, 0 insertions, 19 deletions
diff --git a/data/templates/ipsec/ipsec.conf.j2 b/data/templates/ipsec/ipsec.conf.j2
deleted file mode 100644
index f63995b38..000000000
--- a/data/templates/ipsec/ipsec.conf.j2
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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 %}