summaryrefslogtreecommitdiff
path: root/data/templates/vrf/vrf.conf.tmpl
blob: 761b0bb6f085b1c7d41b9aa51990e4c3eb9d5d96 (plain)
1
2
3
4
5
6
7
8
### Autogenerated by vrf.py ###
#
# Routing table ID to name mapping reference

# id       vrf name         comment
{% for vrf in vrf_add -%}
{{ "%-10s" | format(vrf.table) }} {{ "%-16s" | format(vrf.name) }} # {{ vrf.description }}
{% endfor -%}