-
Notifications
You must be signed in to change notification settings - Fork 9
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
nic create/update without vlan id fails #291
Comments
andy-maier
changed the title
nic update without vlan id fails
nic create/update without vlan id fails
Sep 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behavior
Certain operations on NICs such as "nic create" or "nic update" fail when the
--vlan-id
option is not specified.For example:
This can be circumvented by specifying
--vlan-id ""
.Expected behavior
Should work without having to specify
--vlan-id ""
.Execution environment
The text was updated successfully, but these errors were encountered: