diff options
author | Roman Khramshin <HollyGurza@users.noreply.github.com> | 2024-08-02 21:41:05 +0600 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-02 15:42:28 +0000 |
commit | ea69afa60e2b93fefb279d56965c009a587db522 (patch) | |
tree | 330f398706bbb90635b5f131a675028d73ce576b /data/templates/frr/static_mcast.frr.j2 | |
parent | 1982aa3434d0133b5060d0a6df4e636dbf1b98fa (diff) | |
download | vyos-1x-ea69afa60e2b93fefb279d56965c009a587db522.tar.gz vyos-1x-ea69afa60e2b93fefb279d56965c009a587db522.zip |
T6619: Remove the remaining uses of per-protocol FRR configs (#3916)mergify/bp/circinus/pr-3916
(cherry picked from commit f2256ad338fc3fbaa9a5de2c0615603cd23e0f94)
Diffstat (limited to 'data/templates/frr/static_mcast.frr.j2')
-rw-r--r-- | data/templates/frr/static_mcast.frr.j2 | 9 |
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] %} |