Skip to content

Commit

Permalink
Add identity for model-name.
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyCaulfeild authored Aug 8, 2024
1 parent 5f0f4e5 commit 836d3c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion release/models/platform/openconfig-platform-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ module openconfig-platform-types {
"This module defines data types (e.g., YANG identities)
to support the OpenConfig component inventory model.";

oc-ext:openconfig-version "1.8.0";
oc-ext:openconfig-version "1.9.0";

revision "2024-08-08" {
description
"Add MODEL_NAME identity";
reference "1.9.0";
}

revision "2024-04-30" {
description
Expand Down Expand Up @@ -285,6 +290,11 @@ module openconfig-platform-types {
}

// identity statements
identity MODEL_NAME {
description
"Base identity for hardware model name.";
}

identity OPENCONFIG_HARDWARE_COMPONENT {
description
"Base identity for hardware related components in a managed
Expand Down

0 comments on commit 836d3c6

Please sign in to comment.