Skip to content

Commit

Permalink
Indicate that model-name is required.
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyCaulfeild authored Aug 26, 2024
1 parent 3caf23c commit 772eb8b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions release/models/platform/openconfig-platform.yang
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,11 @@ module openconfig-platform {
leaf model-name {
type string;
description
"The model of a component. The model-name is optional and
should only be populated if part-no is also populated.";
"The hardware model name of a component. This is the hardware
name that would be found in a device catalog and is often the
orderable name of the component. This is required for all FRU
(field replaceable unit) components (i.e.,
/components/component/state/removable=TRUE).";
}

leaf clei-code {
Expand Down

0 comments on commit 772eb8b

Please sign in to comment.