diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-20 07:20:26 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-20 07:20:26 +0200 |
commit | de358823331fffcedf433d66a065f2dae1052596 (patch) | |
tree | 661f004ef3b11fec936a96628a3562b48f6c2807 /data/templates/frr/ospfv3.frr.tmpl | |
parent | e2f17d332436e434ac72187557b0534c4f39c6f6 (diff) | |
download | vyos-1x-de358823331fffcedf433d66a065f2dae1052596.tar.gz vyos-1x-de358823331fffcedf433d66a065f2dae1052596.zip |
Revert "T2175: properly exist FRR "router" context when rendering templates"
This reverts commit 619c518bfc904b060b5b59180940a804fe1beafd.
Diffstat (limited to 'data/templates/frr/ospfv3.frr.tmpl')
-rw-r--r-- | data/templates/frr/ospfv3.frr.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/frr/ospfv3.frr.tmpl b/data/templates/frr/ospfv3.frr.tmpl index 34b22a3e3..d08972a80 100644 --- a/data/templates/frr/ospfv3.frr.tmpl +++ b/data/templates/frr/ospfv3.frr.tmpl @@ -81,5 +81,4 @@ router ospf6 redistribute {{ protocol }} {{ 'route-map ' + options.route_map if options.route_map is defined }} {% endfor %} {% endif %} - exit ! |