Skip to content

Commit

Permalink
Fix state/type in when statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyCaulfeild authored Sep 11, 2024
1 parent 4b6ef40 commit 6650e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/models/platform/openconfig-platform.yang
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ module openconfig-platform {
}

leaf model-name {
when "../removable = 'true' or ../state/type = 'CHASSIS'";
when "../removable = 'true' or ../type = 'CHASSIS'";
mandatory true;
type string;
description
Expand Down

0 comments on commit 6650e9e

Please sign in to comment.