diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-13 06:01:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 06:01:17 +0200 |
commit | 8baa5b535430d1a14f16004174cb91f3e6d266ca (patch) | |
tree | f57107a8720b70e3c21cc57defc94a4e89830491 /data/templates/frr/static_mcast.frr.j2 | |
parent | e1d5cb8b56a6b103afa7326d94291e64bd2eba47 (diff) | |
parent | b4b200caea708eb983a9fe9c292a013dca7abb43 (diff) | |
download | vyos-1x-8baa5b535430d1a14f16004174cb91f3e6d266ca.tar.gz vyos-1x-8baa5b535430d1a14f16004174cb91f3e6d266ca.zip |
Merge pull request #3957 from vyos/mergify/bp/sagitta/pr-3916
T6619: Remove the remaining uses of per-protocol FRR configs (backport #3916)
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] %} |