Skip to content

configure_interface_pc_and_vpc: Interface Selector Name #19

Description

@cam82

In the configure_interface_pc_and_vpc the Interface selector name is derived from the switch_profile.
infra_accportp = AccPortP(infra, switch_profile + '_ifselector')

This should not be the case since we are passing the ifselector name to the function:
def configure_interface_pc_and_vpc(infra, switch_profile, switches, interface_type, ports, selector, policy_group)

In my implementation I changed all occurrences of switch_profile + '_ifselector' with selector and all seems to be working fine.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions