diff options
author | Roman Khramshin <HollyGurza@users.noreply.github.com> | 2024-08-02 21:41:05 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 18:41:05 +0300 |
commit | f2256ad338fc3fbaa9a5de2c0615603cd23e0f94 (patch) | |
tree | f76666056ea386426c1ca259af3658405f802318 /data/templates | |
parent | ffbc04c591b534188cb08bf3991fadac4aa386a8 (diff) | |
download | vyos-1x-f2256ad338fc3fbaa9a5de2c0615603cd23e0f94.tar.gz vyos-1x-f2256ad338fc3fbaa9a5de2c0615603cd23e0f94.zip |
T6619: Remove the remaining uses of per-protocol FRR configs (#3916)
Diffstat (limited to 'data/templates')
-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] %} |