You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: