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

[OCPBaselineRedfishService.v1_0_0.json] PrefixLength of IPv6StaticDefaultGateways #96

Open
qoo221 opened this issue Nov 19, 2024 · 1 comment · May be fixed by #98
Open

[OCPBaselineRedfishService.v1_0_0.json] PrefixLength of IPv6StaticDefaultGateways #96

qoo221 opened this issue Nov 19, 2024 · 1 comment · May be fixed by #98

Comments

@qoo221
Copy link

qoo221 commented Nov 19, 2024

Hi Sir,

Per https://github.com/opencomputeproject/HWMgmt-OCP-Profiles/blob/040c52e87270a726d1aa5ca24e486d229881d588/HWMgmt/OCPBaselineRedfishService.v1_0_0.json ,

It is mandatory with prefix length of IPv6 static default gateway, but it would be bizzard because we would consider that it should always be 128. Could we change it as Recommended?

"IPv6StaticDefaultGateways": {
"ReadRequirement": "Recommended",
"PropertyRequirements": {
"Address": {
"ReadRequirement": "Mandatory",
"WriteRequirement": "Mandatory"
},
"PrefixLength": {
"ReadRequirement": "Mandatory",
"WriteRequirement": "Mandatory"
}
}
},
Thank you

@jautor
Copy link
Contributor

jautor commented Jan 13, 2025

Agreed. The PrefixLength really doesn't apply when static addresses are involved.

@jautor jautor linked a pull request Jan 16, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants