summaryrefslogtreecommitdiff
path: root/data/templates/frr/vrf-vni.frr.tmpl
blob: 51d4ede1b4088fbc57ee3dab3000109fb176d7b4 (plain)
1
2
3
4
5
6
7
{% if vrf is defined and vrf is not none %}
vrf {{ vrf }}
{%   if vni is defined and vni is not none %}
 vni {{ vni }}
{%   endif %}
 exit-vrf
{% endif %}