Skip to content

Cannot configure the PHY mode of a port to 'Fiber' #8

Description

@mikhaeld

In the following, there's a typo that prevents the port's PHY from being configured in Fiber mode.

class IxePhyMode(Enum):
copper = "portPhyModeCopper"
fiber = "portPhyModeFibber"
sgmii = "portPhyModeSgmii"
ignore = None

At line 15, instead of portPhyModeFibber it should be portPhyModeFiber (with single 'b')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions