Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Feb 28, 2025
1 parent 59e851e commit 48f6353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +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:
rp_address.groups.extend(rp._entry.groups)
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 48f6353

Please sign in to comment.