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