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/ospf.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/ospf.frr.tmpl')
-rw-r--r-- | data/templates/frr/ospf.frr.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/frr/ospf.frr.tmpl b/data/templates/frr/ospf.frr.tmpl index fd2082d5c..a47c64c89 100644 --- a/data/templates/frr/ospf.frr.tmpl +++ b/data/templates/frr/ospf.frr.tmpl @@ -176,7 +176,6 @@ router ospf {{ 'vrf ' + vrf if vrf is defined and vrf is not none }} {# Timer values have default values #} timers throttle spf {{ timers.throttle.spf.delay }} {{ timers.throttle.spf.initial_holdtime }} {{ timers.throttle.spf.max_holdtime }} {% endif %} - exit ! {% if route_map is defined and route_map is not none %} ip protocol ospf route-map {{ route_map }} |