Skip to content

Commit

Permalink
Update python-avd/pyavd/_eos_designs/structured_config/underlay/route…
Browse files Browse the repository at this point in the history
…r_pim_sparse_mode.py

Co-authored-by: Guillaume Mulocher <[email protected]>
  • Loading branch information
Vibhu-gslab and gmuloc authored Feb 28, 2025
1 parent 21e16db commit ec6c946
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ def router_pim_sparse_mode(self: AvdStructuredConfigUnderlayProtocol) -> None:
if rp_entry.access_list_name:
rp_address.access_lists.append(rp_entry.access_list_name)
else:
for group in rp_entry.groups:
rp_address.groups.append(group)
rp_address.groups.extend(rp._entry.groups)

self.structured_config.router_pim_sparse_mode.ipv4.rp_addresses.append(rp_address)

Expand Down

0 comments on commit ec6c946

Please sign in to comment.