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