diff options
Diffstat (limited to 'data/templates/frr/vrf.route-map.frr.tmpl')
-rw-r--r-- | data/templates/frr/vrf.route-map.frr.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/templates/frr/vrf.route-map.frr.tmpl b/data/templates/frr/vrf.route-map.frr.tmpl deleted file mode 100644 index cb0e07616..000000000 --- a/data/templates/frr/vrf.route-map.frr.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -! -{% if vrf is defined and vrf is not none and route_map is defined and route_map is not none %} -vrf {{ vrf }} - ip protocol {{ protocol }} route-map {{ route_map }} - exit-vrf -! -{% elif route_map is defined and route_map is not none %} -ip protocol {{ protocol }} route-map {{ route_map }} -{% endif %} -! |