Skip to content

Commit

Permalink
fix CI,
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Aug 5, 2024
1 parent d8df0fd commit 1902e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def _update_router_bgp_vrf_evpn_or_mpls_cfg(self: AvdStructuredConfigNetworkServ
bgp_vrf["evpn_multicast_address_family"] = {"ipv4": {"transit": evpn_multicast_transit_mode}}

def _update_router_bgp_vrf_mlag_neighbor_cfg(self: AvdStructuredConfigNetworkServices, bgp_vrf: dict, vrf: dict, tenant: dict, vlan_id: int) -> None:
"""In-place update MLAG neighbor part of structured config for *one* VRF under router_bgp.vrfs"""
"""In-place update MLAG neighbor part of structured config for *one* VRF under router_bgp.vrfs."""
if self._exclude_mlag_ibgp_peering_from_redistribute(vrf, tenant):
bgp_vrf["redistribute_routes"][0]["route_map"] = "RM-CONN-2-BGP-VRFS"

Expand Down

0 comments on commit 1902e7f

Please sign in to comment.