You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the jinja template 'python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-pim-sparse-mode.j2'
i think the template should check if 'other_anycast_rp_addresses' exist before going into the for loop at line 45 and add elif with a for loop through anycast_rps.address
Which component(s) of AVD impacted
eos_cli_config_gen
How do you run AVD ?
Ansible CLI with AVD Runner
Steps to reproduce
No response
Relevant log output
No response
Contributing Guide
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Can you please confirm which version of EOS you are using?
site2-wan2(config-s-gmuloc2-router-pim-sparse-ipv4)#anycast-rp ?
A.B.C.D anycast rendezvous point IP address
site2-wan2(config-s-gmuloc2-router-pim-sparse-ipv4)#anycast-rp 1.1.1.1 ?
A.B.C.D other anycast rendezvous point IP address
site2-wan2(config-s-gmuloc2-router-pim-sparse-ipv4)#anycast-rp 1.1.1.1
% Incomplete command
site2-wan2(config-s-gmuloc2-router-pim-sparse-ipv4)#anycast-rp 1.1.1.1 2.2.2.2 ?
register-count Number of registers to forward before pausing
<cr>
Issue Summary
example structured data:
config output:
if you add ''other_anycast_rp_addresses' value it generate config
output:
the jinja template 'python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-pim-sparse-mode.j2'
i think the template should check if 'other_anycast_rp_addresses' exist before going into the for loop at line 45 and add elif with a for loop through anycast_rps.address
Which component(s) of AVD impacted
eos_cli_config_gen
How do you run AVD ?
Ansible CLI with AVD Runner
Steps to reproduce
No response
Relevant log output
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: