summaryrefslogtreecommitdiff
path: root/data/templates/frr/route-map.frr.tmpl
blob: 6b33cc126265263a71f58f395a3fc249db706f54 (plain)
1
2
3
4
5
!
{% if route_map is defined and route_map is not none %}
ip protocol {{ protocol }} route-map {{ route_map }}
{% endif %}
!