summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorRoman Khramshin <HollyGurza@users.noreply.github.com>2024-08-02 21:41:05 +0600
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-08-08 07:43:13 +0000
commitb4b200caea708eb983a9fe9c292a013dca7abb43 (patch)
tree3b68adb08b9d4fa3bf7628362edb0e7e7cdc33b7 /data/templates
parentc832da363ffb5538806b5025b92107a60152e44c (diff)
downloadvyos-1x-b4b200caea708eb983a9fe9c292a013dca7abb43.tar.gz
vyos-1x-b4b200caea708eb983a9fe9c292a013dca7abb43.zip
T6619: Remove the remaining uses of per-protocol FRR configs (#3916)mergify/bp/sagitta/pr-3916
(cherry picked from commit f2256ad338fc3fbaa9a5de2c0615603cd23e0f94)
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/frr/static_mcast.frr.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/data/templates/frr/static_mcast.frr.j2 b/data/templates/frr/static_mcast.frr.j2
index 491d4b54a..54b2790b0 100644
--- a/data/templates/frr/static_mcast.frr.j2
+++ b/data/templates/frr/static_mcast.frr.j2
@@ -1,13 +1,4 @@
!
-{% for route_gr in old_mroute %}
-{% for nh in old_mroute[route_gr] %}
-{% if old_mroute[route_gr][nh] %}
-no ip mroute {{ route_gr }} {{ nh }} {{ old_mroute[route_gr][nh] }}
-{% else %}
-no ip mroute {{ route_gr }} {{ nh }}
-{% endif %}
-{% endfor %}
-{% endfor %}
{% for route_gr in mroute %}
{% for nh in mroute[route_gr] %}
{% if mroute[route_gr][nh] %}