summaryrefslogtreecommitdiff
path: root/data/templates/frr/route-map.frr.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/frr/route-map.frr.tmpl')
-rw-r--r--data/templates/frr/route-map.frr.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/frr/route-map.frr.tmpl b/data/templates/frr/route-map.frr.tmpl
new file mode 100644
index 000000000..6b33cc126
--- /dev/null
+++ b/data/templates/frr/route-map.frr.tmpl
@@ -0,0 +1,5 @@
+!
+{% if route_map is defined and route_map is not none %}
+ip protocol {{ protocol }} route-map {{ route_map }}
+{% endif %}
+!