Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure_interface_pc_and_vpc: Interface Selector Name #19

Open
cam82 opened this issue Feb 2, 2015 · 0 comments
Open

configure_interface_pc_and_vpc: Interface Selector Name #19

cam82 opened this issue Feb 2, 2015 · 0 comments

Comments

@cam82
Copy link

cam82 commented Feb 2, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant