Skip to content
New issue

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

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

Already on GitHub? # to your account

Some multi-value CLI options don't append properly #58

Closed
glennmatthews opened this issue Jan 9, 2017 · 0 comments
Closed

Some multi-value CLI options don't append properly #58

glennmatthews opened this issue Jan 9, 2017 · 0 comments
Assignees
Labels

Comments

@glennmatthews
Copy link
Owner

cot -f edit-hardware csr1000v-universalk9.ova -o csrcustom.ova -n 6 --nic-names "GigabitEthernet1" -N "mgmt" --nic-names "GigabitEthernet2" -N "SideA_Public" --nic-names "GigabitEthernet3" -N "SideA_Private" --nic-names "GigabitEthernet4" -N "SideB_Public" --nic-names "GigabitEthernet5" -N "SideB_private" --nic-names "GigabitEthernet6" -N "Simulators"

Instead of the given 6 NIC names and network labels, this results in an OVA with only "GigabitEthernet6" and "Simulators" - i.e., the repeated arguments are overwriting instead of appending.

Code inspection shows there are a number of other CLI parameters with this issue.

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

No branches or pull requests

1 participant