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

netctl aci-gw accepts only up to 2 path-bindings #801

Closed
camrossi opened this issue Mar 21, 2017 · 0 comments
Closed

netctl aci-gw accepts only up to 2 path-bindings #801

camrossi opened this issue Mar 21, 2017 · 0 comments
Assignees

Comments

@camrossi
Copy link

Is not possible to configure the aci-gw with 3 or more path-bindings via netctl:

Working:

netctl aci-gw set --phys-dom=Contiv --path-bindings="topology/pod-1/paths-102/pathep-[eth1/6],topology/pod-1/paths-102/pathep-[eth1/5]"
netctl aci-gw inspect | grep pathBindings
    "pathBindings": "topology/pod-1/paths-102/pathep-[eth1/6],topology/pod-1/paths-102/pathep-[eth1/5]",

netctl aci-gw set --phys-dom=Contiv --path-bindings="topology/pod-1/paths-101/pathep-[eth1/6],topology/pod-1/paths-102/pathep-[eth1/5]"
netctl aci-gw inspect | grep pathBindings
    "pathBindings": "topology/pod-1/paths-101/pathep-[eth1/6],topology/pod-1/paths-102/pathep-[eth1/5]",

Non-Working:

netctl aci-gw set --phys-dom=Contiv --path-bindings="topology/pod-1/paths-102/pathep-[eth1/6],topology/pod-1/paths-102/pathep-[eth1/5],topology/pod-1/paths-101/pathep-[eth1/6]"
ERRO[0000] pathBindings string invalid format

Please note that all the paths are working fine as shown in the Working examples

@jojimt jojimt self-assigned this Mar 21, 2017
jojimt pushed a commit to contiv-experimental/contivmodel that referenced this issue Mar 22, 2017
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

2 participants