summaryrefslogtreecommitdiff
path: root/data/templates/frr/ospfv3.frr.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-19 20:02:02 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-19 20:02:02 +0200
commit619c518bfc904b060b5b59180940a804fe1beafd (patch)
treeb29c0cdb73edafd1485ac641dad37408e4b6209f /data/templates/frr/ospfv3.frr.tmpl
parentdf6f7fdf461b929dd3df12d5904a2b33c2a04ea1 (diff)
downloadvyos-1x-619c518bfc904b060b5b59180940a804fe1beafd.tar.gz
vyos-1x-619c518bfc904b060b5b59180940a804fe1beafd.zip
T2175: properly exist FRR "router" context when rendering templates
When rendering a dynamic routing protocol ensure the context, e.g. "router bgp" or "router ospf" is proberly exited before applying any zebra route-map.
Diffstat (limited to 'data/templates/frr/ospfv3.frr.tmpl')
-rw-r--r--data/templates/frr/ospfv3.frr.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/frr/ospfv3.frr.tmpl b/data/templates/frr/ospfv3.frr.tmpl
index d08972a80..34b22a3e3 100644
--- a/data/templates/frr/ospfv3.frr.tmpl
+++ b/data/templates/frr/ospfv3.frr.tmpl
@@ -81,4 +81,5 @@ router ospf6
redistribute {{ protocol }} {{ 'route-map ' + options.route_map if options.route_map is defined }}
{% endfor %}
{% endif %}
+ exit
!