summaryrefslogtreecommitdiff
path: root/data/templates/vrf
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/vrf')
-rw-r--r--data/templates/vrf/vrf.conf.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/data/templates/vrf/vrf.conf.j2 b/data/templates/vrf/vrf.conf.j2
deleted file mode 100644
index d31d23574..000000000
--- a/data/templates/vrf/vrf.conf.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-### 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 %}