Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Jul 27, 2024
1 parent d56decc commit c000d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def match(cls, inventory):
fabric_trm = inventory["vxlan"]["underlay"]["multicast"].get("trm_enable", False)

if fabric_replication:
if ((fabric_replication == "multicast" and fabric_mcast_mode == "bidir" and fabric_trm) or
if ((fabric_replication == "multicast" and fabric_mcast_mode == "bidir" and fabric_trm) or
(fabric_replication == "ingress" and fabric_trm)):
results.append(
"For vxlan.underlay.multicast.trm_enable to be enabled, "
Expand Down

0 comments on commit c000d1c

Please sign in to comment.