Skip to content

Commit

Permalink
Set mandatory true when removable is true.
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyCaulfeild authored Aug 29, 2024
1 parent 265c94c commit 83bba81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release/models/platform/openconfig-platform.yang
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,9 @@ module openconfig-platform {
}

leaf model-name {
when "../removable = 'true'";
when "../removable = 'true'" {
mandatory true;
}
type string;
description
"This is the component name that would be found in a catalog of
Expand Down

0 comments on commit 83bba81

Please sign in to comment.