We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bootz.proto defines control card slot id as a numeric (int32) value
bootz/proto/bootz.proto
Lines 75 to 80 in b8d7fb3
string
ID
location
Can this be changed to string?
cc @xw-g
The text was updated successfully, but these errors were encountered:
This sounds sensible. Changing proto field types is risky but I can make a new field called "slot_id" or similar and eventually deprecate the old one.
Sorry, something went wrong.
slot_id
gmacf
Successfully merging a pull request may close this issue.
bootz.proto defines control card slot id as a numeric (int32) value
bootz/proto/bootz.proto
Lines 75 to 80 in b8d7fb3
string
for componentID
andlocation
leafs:https://github.com/openconfig/public/blob/cd1cfcd263d033ee5f9b10cddde6f823f6cb30e2/release/models/platform/openconfig-platform.yang#L391, and not all vendors use numeric values for control cards.
Can this be changed to
string
?cc @xw-g
The text was updated successfully, but these errors were encountered: