-
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
for clients the network property "vrfshared" is always false #73
Comments
The culprit may also be https://github.com/metal-stack/metal-api. |
Good finding. It's definitely coming from the metal-api because the There are three possibilities to solve this, I assume:
|
vrfshared
vrfshared
in always false
vrfshared
in always false
I think we can only decide between:
As this is only a flag for network creation and not used later in any case, i strongly vote removing this property from the response, and dont show it in the describe output. |
When displaying a network with property
vrfshared: true
withmetalctl network list --id=<network-id> -o yaml
it falsely claimsvrfshared
is set tofalse
:The text was updated successfully, but these errors were encountered: