Skip to content

Commit

Permalink
* fix typo for profile-name under config.
Browse files Browse the repository at this point in the history
  • Loading branch information
GokusSGUltra committed Sep 22, 2024
1 parent 3aa5484 commit b503076
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release/models/cfm/openconfig-cfm.yang
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module openconfig-cfm {
Measurement & Delay Measurement functions defined in [Y.1731] and [MEF SOAM PM IA].";

list pm-profile {
description " measurement profile name and state.";
description " Measurement profile name and state.";
key "profile-name";

leaf "profile-name" {
Expand All @@ -157,9 +157,8 @@ module openconfig-cfm {
description "Associated performance Measurement profile.";

leaf "profile-name" {
description "A unique profile name identifying the profile";
type leafref {
path "../config/profile-name";
description "A unique profile name identifying the profile";
type string;
}

}
Expand Down

0 comments on commit b503076

Please sign in to comment.