summaryrefslogtreecommitdiff
path: root/data/templates/iproute2/vrf.conf.j2
blob: d31d23574f9cca2c9ab7da6393558c9a288351fb (plain)
1
2
3
4
5
6
7
8
9
### Autogenerated by vrf.py ###
#
# Routing table ID to name mapping reference
# id       vrf name         comment
{% if name is vyos_defined %}
{%     for vrf, vrf_config in name.items() %}
{{ "%-10s" | format(vrf_config.table) }} {{ "%-16s" | format(vrf) }} {{ '# ' ~ vrf_config.description if vrf_config.description is vyos_defined }}
{%     endfor %}
{% endif %}