diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-05 23:21:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-05 23:21:31 +0200 |
commit | dbc174dd2b8558cb7a8ad7daf38b8ef38702e0fa (patch) | |
tree | f7edc85891e79a3ed5d6d9987721c825d1f5c1a9 /data/templates/ipsec/ipsec.conf.tmpl | |
parent | 6b4aed73cbb16d6f0d4b310230a517d36578c8ae (diff) | |
download | vyos-1x-dbc174dd2b8558cb7a8ad7daf38b8ef38702e0fa.tar.gz vyos-1x-dbc174dd2b8558cb7a8ad7daf38b8ef38702e0fa.zip |
ipsec: T2230: move inlined templates to dedicated files
Diffstat (limited to 'data/templates/ipsec/ipsec.conf.tmpl')
-rw-r--r-- | data/templates/ipsec/ipsec.conf.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/ipsec/ipsec.conf.tmpl b/data/templates/ipsec/ipsec.conf.tmpl new file mode 100644 index 000000000..d0b60765b --- /dev/null +++ b/data/templates/ipsec/ipsec.conf.tmpl @@ -0,0 +1,3 @@ +{{delim_ipsec_l2tp_begin}} +include {{ipsec_ra_conn_file}} +{{delim_ipsec_l2tp_end}} |