summaryrefslogtreecommitdiff
path: root/data/templates/ipsec/interfaces_use.conf.j2
blob: c1bf8270d7cb330e3ec0553dba895d822c4ed035 (plain)
1
2
3
4
5
{% if interface is vyos_defined %}
charon {
    interfaces_use = {{ ', '.join(interface) }}
}
{% endif %}