Skip to content

Commit

Permalink
400ZR not linking up with latest SONiC master image
Browse files Browse the repository at this point in the history
Signed-off-by: Mihir Patel <[email protected]>
  • Loading branch information
mihirpat1 committed Dec 7, 2023
1 parent 502c0b6 commit 1d092bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@


def is_cmis_api(api):
return type(api) == CmisApi
return isinstance(api, CmisApi)


def get_cmis_application_desired(api, host_lane_count, speed):
Expand Down

0 comments on commit 1d092bb

Please sign in to comment.