diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-04 09:05:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-04 09:05:17 +0200 |
commit | f51657532b546cc1e20df1a18b1111c46db045be (patch) | |
tree | dacc0fd26fcee7353e05202b5fb2eae22e5a7491 /data/templates | |
parent | a22cad7674216b984301107b5afcc91c547016b1 (diff) | |
parent | ea69afa60e2b93fefb279d56965c009a587db522 (diff) | |
download | vyos-1x-f51657532b546cc1e20df1a18b1111c46db045be.tar.gz vyos-1x-f51657532b546cc1e20df1a18b1111c46db045be.zip |
Merge pull request #3934 from vyos/mergify/bp/circinus/pr-3916
T6619: Remove the remaining uses of per-protocol FRR configs (backport #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] %} |