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 5d069c3 commit b11f9d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def match(cls, inventory):
if inventory["vxlan"].get("underlay", None):
if inventory["vxlan"].get("underlay").get("multicast", None):
fabric_trm = inventory["vxlan"]["underlay"]["multicast"].get("trm_enable", False)

if fabric_replication:
if fabric_replication == "ingress" and fabric_trm:
results.append(
Expand Down

0 comments on commit b11f9d7

Please sign in to comment.