Skip to content

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

@mikhaeld

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')

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