Skip to content

Commit

Permalink
Add namespace to leafref path
Browse files Browse the repository at this point in the history
  • Loading branch information
atmanmehta committed Aug 28, 2023
1 parent 8e3df69 commit cd5e0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/models/interfaces/openconfig-interfaces.yang
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ module openconfig-interfaces {

leaf hashing-policy {
type leafref {
path "/oc-hashing:policies/oc-hashing:policy/config/name";
path "/oc-hashing:policies/oc-hashing:policy/oc-hashing:name";
}
}

Expand Down
2 changes: 1 addition & 1 deletion release/models/system/openconfig-system.yang
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ module openconfig-system {

leaf hashing-policy {
type leafref {
path "/oc-hashing:policies/oc-hashing:policy/config/name";
path "/oc-hashing:policies/oc-hashing:policy/oc-hashing:name";
}
}
}
Expand Down

0 comments on commit cd5e0e4

Please sign in to comment.