From 619c518bfc904b060b5b59180940a804fe1beafd Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 19 Apr 2021 20:02:02 +0200 Subject: 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. --- data/templates/frr/ripng.frr.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'data/templates/frr/ripng.frr.tmpl') diff --git a/data/templates/frr/ripng.frr.tmpl b/data/templates/frr/ripng.frr.tmpl index 25df15121..c92946bb3 100644 --- a/data/templates/frr/ripng.frr.tmpl +++ b/data/templates/frr/ripng.frr.tmpl @@ -57,4 +57,5 @@ router ripng {% endif %} {% endif %} {% include 'frr/rip_ripng.frr.j2' %} + exit ! -- cgit v1.2.3