Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release/models/gnsi/openconfig-gnsi-pathz.yang
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ module openconfig-gnsi-pathz {
list path {
description
"List for a collection of per-OpenConfig path counters.";
key "name";
leaf name {
key "xpath";
leaf xpath {
type leafref {
path "../state/name";
path "../state/xpath";
}
description
"A OpenConfig schema path the counter were
Expand All @@ -144,7 +144,7 @@ module openconfig-gnsi-pathz {
container state {
description
"Operational state for per-OpenConfig path counters.";
leaf name {
leaf xpath {
type string;
description
"A OpenConfig schema path the counter were
Expand Down