Skip to content

Commit

Permalink
Update python-avd/pyavd/_eos_designs/structured_config/network_servic…
Browse files Browse the repository at this point in the history
…es/prefix_lists.py

Co-authored-by: Shivani-gslab <[email protected]>
  • Loading branch information
Vibhu-gslab and Shivani-gslab authored Feb 27, 2025
1 parent da696e6 commit 502a418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def prefix_lists(self: AvdStructuredConfigNetworkServicesProtocol) -> None:
self.structured_config.prefix_lists.append_new(name="PL-MLAG-PEER-VRFS", sequence_numbers=sequence_numbers)

def _set_prefix_lists_vrf_default(self: AvdStructuredConfigNetworkServicesProtocol) -> None:
"""prefix_lists for EVPN services in VRF "default"."""
"""Set the prefix_lists for EVPN services in VRF "default"."""
if not self._vrf_default_evpn:
return

Expand Down

0 comments on commit 502a418

Please sign in to comment.