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/ripng.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/ripng.frr.tmpl')
-rw-r--r-- | data/templates/frr/ripng.frr.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/templates/frr/ripng.frr.tmpl b/data/templates/frr/ripng.frr.tmpl index c92946bb3..25df15121 100644 --- a/data/templates/frr/ripng.frr.tmpl +++ b/data/templates/frr/ripng.frr.tmpl @@ -57,5 +57,4 @@ router ripng {% endif %} {% endif %} {% include 'frr/rip_ripng.frr.j2' %} - exit ! |